mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.22.1 to 0.22.3. - [Release notes](https://github.com/kubernetes/cli-runtime/releases) - [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.22.1...v0.22.3) --- updated-dependencies: - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
Modula-2
module github.com/kubesphere/kubekey
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dominodatalab/os-release v0.0.0-20190522011736-bcdb4a3e3c2f
|
|
github.com/go-logr/logr v0.4.0
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
github.com/lithammer/dedent v1.1.0
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/modood/table v0.0.0-20200225102042-88de94bb9876
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.15.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pkg/sftp v1.13.4
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
helm.sh/helm/v3 v3.7.1
|
|
k8s.io/api v0.22.3
|
|
k8s.io/apimachinery v0.22.3
|
|
k8s.io/cli-runtime v0.22.3
|
|
k8s.io/client-go v0.22.3
|
|
k8s.io/code-generator v0.22.3
|
|
k8s.io/kubectl v0.22.1
|
|
sigs.k8s.io/controller-runtime v0.10.3
|
|
)
|