-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1000 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module typhoon-cli
go 1.14
require (
github.com/Microsoft/hcsshim v0.8.17 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/fatih/color v1.11.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gdamore/tcell/v2 v2.3.3
github.com/go-cmd/cmd v1.3.0
github.com/go-logfmt/logfmt v0.5.0
github.com/go-redis/redis/v8 v8.10.0
github.com/gobuffalo/packd v1.0.0
github.com/gobuffalo/packr v1.30.1
github.com/grafana-tools/sdk v0.0.0-20210521150820-354cd37a4b4e
github.com/kelseyhightower/envconfig v1.4.0
github.com/moby/sys/mount v0.2.0 // indirect
github.com/nsqio/go-nsq v1.0.8 // indirect
github.com/rivo/tview v0.0.0-20210521091241-1fd4a5b7aab3
github.com/segmentio/nsq-go v1.2.4
github.com/urfave/cli v1.22.5 // indirect
github.com/urfave/cli/v2 v2.3.0
go.mongodb.org/mongo-driver v1.5.3
google.golang.org/grpc v1.38.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)