mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
51 lines
2.1 KiB
Modula-2
51 lines
2.1 KiB
Modula-2
module github.com/RaaLabs/steward
|
|
|
|
go 1.18
|
|
|
|
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/go-playground/validator/v10 v10.10.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/klauspost/compress v1.14.2
|
|
github.com/nats-io/nats-server/v2 v2.6.2
|
|
github.com/nats-io/nats.go v1.14.0
|
|
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
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/minio/highwayhash v1.0.2 // indirect
|
|
github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|