mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-15 17:51:15 +00:00
12 lines
300 B
Modula-2
12 lines
300 B
Modula-2
module github.com/RaaLabs/steward
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/prometheus/client_golang v1.9.0
|
|
go.etcd.io/bbolt v1.3.5
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|