1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-13 18:08:42 +00:00
ctrl/go.mod

13 lines
346 B
Modula-2

module github.com/RaaLabs/steward
go 1.15
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)