forked from kubesphere/kubekey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 645 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/kubesphere/kubekey
go 1.13
require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/lithammer/dedent v1.1.0
github.com/mitchellh/mapstructure v1.3.1
github.com/modood/table v0.0.0-20200225102042-88de94bb9876
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.1.1 // indirect
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed
gopkg.in/yaml.v2 v2.3.0
k8s.io/apimachinery v0.18.3
)