-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.38 KB
/
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
30
31
32
33
34
35
36
37
38
39
module github.com/choerodon/c7nctl
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929
github.com/chr4/pwgen v1.1.0
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-git/v5 v5.0.0
github.com/golang/protobuf v1.3.2
github.com/gosuri/uitable v0.0.4
github.com/hashicorp/go-version v1.2.0
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.4.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/ugorji/go/codec v1.1.7
github.com/vinkdong/gox v0.0.0-20191217071044-432e0b72e0f8
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.8
helm.sh/helm/v3 v3.2.3
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/client-go v0.18.0
k8s.io/kubernetes v1.13.0
rsc.io/letsencrypt v0.0.3 // indirect
)