1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00
ctrl/go.mod

17 lines
488 B
Modula-2
Raw Normal View History

2021-01-25 15:23:00 +01:00
module github.com/RaaLabs/steward
go 1.15
2021-01-25 15:50:44 +01:00
2021-01-27 09:45:52 +01:00
require (
2021-04-13 11:28:52 +02:00
github.com/hpcloud/tail v1.0.0
2021-04-14 14:12:38 +02:00
github.com/nats-io/jwt v1.2.2 // indirect
2021-01-27 09:45:52 +01:00
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
2021-04-14 14:12:38 +02:00
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/pelletier/go-toml v1.8.1
2021-02-18 12:29:14 +01:00
github.com/prometheus/client_golang v1.9.0
go.etcd.io/bbolt v1.3.5
2021-04-14 14:12:38 +02:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
2021-01-27 09:45:52 +01:00
google.golang.org/protobuf v1.25.0 // indirect
)