mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
21 lines
645 B
Modula-2
21 lines
645 B
Modula-2
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
|
|
)
|