62 lines
2.3 KiB
Modula-2
62 lines
2.3 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/kubectl
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
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/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
|
|
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.2
|
|
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/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
|
|
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/onsi/ginkgo v1.8.0
|
|
github.com/onsi/gomega v1.5.0
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/russross/blackfriday v1.5.2
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
k8s.io/api v0.0.0
|
|
k8s.io/apimachinery v0.0.0
|
|
k8s.io/cli-runtime v0.0.0
|
|
k8s.io/client-go v0.0.0
|
|
k8s.io/component-base v0.0.0
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kube-openapi v0.0.0-20200410163147-594e756bea31 // release-1.16
|
|
k8s.io/metrics v0.0.0
|
|
k8s.io/utils v0.0.0-20190801114015-581e00157fb1
|
|
sigs.k8s.io/kustomize v2.0.3+incompatible
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7
|
|
k8s.io/api => ../api
|
|
k8s.io/apimachinery => ../apimachinery
|
|
k8s.io/cli-runtime => ../cli-runtime
|
|
k8s.io/client-go => ../client-go
|
|
k8s.io/code-generator => ../code-generator
|
|
k8s.io/component-base => ../component-base
|
|
k8s.io/kubectl => ../kubectl
|
|
k8s.io/metrics => ../metrics
|
|
)
|