-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 904 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 904 Bytes
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
module github.com/nhost/cli
go 1.16
require (
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/containerd/containerd v1.5.7 // indirect
github.com/docker/docker v20.10.10+incompatible
github.com/docker/go-connections v0.4.0
github.com/evanw/esbuild v0.13.9
github.com/fsnotify/fsnotify v1.5.1
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-getter v1.5.9
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.11
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/subosito/gotenv v1.2.0
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/yaml.v2 v2.4.0
)