1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-05 20:09:16 +00:00
ctrl/go.mod

13 lines
303 B
Modula-2
Raw Normal View History

2021-01-25 14:23:00 +00:00
module github.com/RaaLabs/steward
go 1.15
2021-01-25 14:50:44 +00:00
2021-01-27 08:45:52 +00:00
require (
github.com/fsnotify/fsnotify v1.4.9
2021-01-27 08:45:52 +00:00
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
go.etcd.io/bbolt v1.3.5
2021-01-27 08:45:52 +00:00
google.golang.org/protobuf v1.25.0 // indirect
)