mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
23 lines
868 B
Modula-2
23 lines
868 B
Modula-2
module github.com/RaaLabs/steward
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
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/kr/pretty v0.3.0
|
|
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.11.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
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|