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

22 lines
843 B
Modula-2

module github.com/RaaLabs/steward
go 1.15
require (
github.com/gdamore/tcell/v2 v2.3.3
github.com/hpcloud/tail v1.0.0
github.com/klauspost/compress v1.13.2 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt v1.2.2 // indirect
github.com/nats-io/nats-server/v2 v2.3.3 // indirect
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/prometheus/client_golang v1.9.0
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/protobuf v1.25.0 // indirect
)