1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/go.mod

27 lines
1 KiB
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 (
2021-08-13 10:03:30 +00:00
github.com/fsnotify/fsnotify v1.4.9
2021-12-29 06:28:09 +00:00
github.com/fxamacker/cbor/v2 v2.3.1
2022-01-09 08:36:48 +00:00
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
2021-04-13 09:28:52 +00:00
github.com/hpcloud/tail v1.0.0
2022-02-15 14:08:29 +00:00
github.com/klauspost/compress v1.14.2
2021-08-02 18:44:51 +00:00
github.com/minio/highwayhash v1.0.2 // indirect
2022-02-15 14:08:29 +00:00
github.com/nats-io/nats-server/v2 v2.7.2
github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
github.com/pelletier/go-toml v1.8.1
2021-08-18 10:16:21 +00:00
github.com/prometheus/client_golang v1.11.0
2022-01-09 08:36:48 +00:00
github.com/rivo/tview v0.0.0-20220106183741-90d72bc664f5
go.etcd.io/bbolt v1.3.5
2022-02-15 14:08:29 +00:00
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
2022-01-09 08:36:48 +00:00
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
2022-02-15 14:08:29 +00:00
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // 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
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2021-01-27 08:45:52 +00:00
)