mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
27 lines
841 B
Modula-2
27 lines
841 B
Modula-2
module github.com/pixiake/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/operator-framework/operator-sdk v0.17.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/sftp v1.11.0
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.17.4
|
|
k8s.io/apimachinery v0.17.4
|
|
k8s.io/client-go v12.0.0+incompatible
|
|
sigs.k8s.io/controller-runtime v0.5.2
|
|
)
|
|
|
|
replace (
|
|
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM
|
|
k8s.io/client-go => k8s.io/client-go v0.17.4 // Required by prometheus-operator
|
|
)
|