1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
ctrl/go.mod
2021-08-09 09:18:30 +02:00

20 lines
743 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/nats-server/v2 v2.3.4
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
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
)