module github.com/kubesphere/kubekey go 1.14 require ( github.com/dominodatalab/os-release v0.0.0-20190522011736-bcdb4a3e3c2f github.com/go-logr/logr v0.1.0 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/lithammer/dedent v1.1.0 github.com/mitchellh/mapstructure v1.1.2 github.com/modood/table v0.0.0-20200225102042-88de94bb9876 github.com/onsi/ginkgo v1.12.1 github.com/onsi/gomega v1.10.1 github.com/pkg/errors v0.9.1 github.com/pkg/sftp v1.12.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.4.0 github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a gopkg.in/yaml.v2 v2.3.0 helm.sh/helm/v3 v3.3.0 k8s.io/apimachinery v0.18.8 k8s.io/cli-runtime v0.18.8 k8s.io/client-go v0.18.8 k8s.io/kubectl v0.18.8 rsc.io/letsencrypt v0.0.3 // indirect sigs.k8s.io/controller-runtime v0.6.2 )