-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.2 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.2 KB
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
30
31
32
33
34
35
module github.com/timoth-y/fabnctl
go 1.16
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/bmatcuk/doublestar/v4 v4.0.2
github.com/docker/buildx v0.5.1
github.com/docker/cli v20.10.5+incompatible
github.com/docker/docker v20.10.5+incompatible
github.com/docker/libnetwork v0.8.0-dev.2.0.20201215162534-fa125a3512ee // indirect
github.com/gernest/wow v0.1.0
github.com/kr/fs v0.1.0
github.com/manifoldco/promptui v0.8.0
github.com/mittwald/go-helm-client v0.5.0
github.com/moby/buildkit v0.8.3 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf // indirect
github.com/morikuni/aec v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.13.3
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/client-go v0.20.6
k8s.io/kubectl v0.20.1
sigs.k8s.io/yaml v1.2.0
)
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305