60 lines
2.6 KiB
Modula-2
60 lines
2.6 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/kubectl
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
|
|
github.com/fatih/camelcase v1.0.0
|
|
github.com/go-openapi/spec v0.19.3
|
|
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
|
|
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
|
|
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/jonboulle/clockwork v0.1.0
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
|
|
github.com/lithammer/dedent v1.1.0
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.7.0
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/russross/blackfriday v1.5.2
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
|
|
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.0.0-20210712061623-33e331166f19
|
|
k8s.io/apimachinery v0.0.0-20210712060932-83e9e94b75f3
|
|
k8s.io/cli-runtime v0.0.0-20210712073813-0c4cac938137
|
|
k8s.io/client-go v0.0.0-20210712062501-9ee1ae5c8765
|
|
k8s.io/component-base v0.0.0-20210712064455-fbf24dae27f3
|
|
k8s.io/klog/v2 v2.2.0
|
|
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
|
|
k8s.io/metrics v0.0.0-20210712073333-bb509e61453a
|
|
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
|
|
sigs.k8s.io/kustomize v2.0.3+incompatible
|
|
sigs.k8s.io/yaml v1.2.0
|
|
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.0.0-20210712061623-33e331166f19
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20210712060932-83e9e94b75f3
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20210712073813-0c4cac938137
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20210712062501-9ee1ae5c8765
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20210712060345-d4966a97a24a
|
|
k8s.io/component-base => k8s.io/component-base v0.0.0-20210712064455-fbf24dae27f3
|
|
k8s.io/metrics => k8s.io/metrics v0.0.0-20210712073333-bb509e61453a
|
|
)
|