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 (
|
2021-08-13 10:03:30 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-12-29 05:17:40 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.3.1 // indirect
|
2021-06-24 09:35:41 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.3.3
|
2021-04-13 09:28:52 +00:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2021-12-27 10:40:29 +00:00
|
|
|
github.com/klauspost/compress v1.13.6
|
2021-08-02 18:44:51 +00:00
|
|
|
github.com/minio/highwayhash v1.0.2 // indirect
|
2021-11-24 06:38:40 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.6.5
|
|
|
|
github.com/nats-io/nats.go v1.13.1-0.20211018182449-f2416a8b1483
|
2021-03-01 11:16:36 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2021-08-18 10:16:21 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-06-14 04:49:47 +00:00
|
|
|
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
|
2021-02-15 10:28:27 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-08-02 18:44:51 +00:00
|
|
|
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
|
2021-08-18 10:16:21 +00:00
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2021-01-27 08:45:52 +00:00
|
|
|
)
|