60 lines
2.0 KiB
Modula-2
60 lines
2.0 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/kubectl
|
|
|
|
go 1.16
|
|
|
|
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.11.0+incompatible
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
|
|
github.com/fatih/camelcase v1.0.0
|
|
github.com/fvbommel/sortorder v1.0.1
|
|
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/googleapis/gnostic v0.5.1
|
|
github.com/jonboulle/clockwork v0.2.2
|
|
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-20210610120745-9d4ed1856297
|
|
github.com/onsi/ginkgo v1.14.0
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/russross/blackfriday v1.5.2
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
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/component-helpers v0.0.0
|
|
k8s.io/klog/v2 v2.9.0
|
|
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
|
|
k8s.io/metrics v0.0.0
|
|
k8s.io/utils v0.0.0-20210521133846-da695404a2bc
|
|
sigs.k8s.io/kustomize/api v0.8.10
|
|
sigs.k8s.io/kustomize/kustomize/v4 v4.1.3
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace (
|
|
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/component-helpers => ../component-helpers
|
|
k8s.io/kubectl => ../kubectl
|
|
k8s.io/metrics => ../metrics
|
|
)
|