module github.com/RaaLabs/steward

go 1.15

require (
	github.com/fsnotify/fsnotify v1.4.9
	github.com/fxamacker/cbor/v2 v2.3.1
	github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
	github.com/hpcloud/tail v1.0.0
	github.com/klauspost/compress v1.13.6
	github.com/minio/highwayhash v1.0.2 // indirect
	github.com/nats-io/nats-server/v2 v2.7.0
	github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
	github.com/pelletier/go-toml v1.8.1
	github.com/prometheus/client_golang v1.11.0
	github.com/rivo/tview v0.0.0-20220106183741-90d72bc664f5
	go.etcd.io/bbolt v1.3.5
	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/fsnotify.v1 v1.4.7 // indirect
	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)