forked from kubernetes/kubectl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
60 lines (56 loc) · 2.69 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// This is a generated file. Do not edit directly.
module k8s.io/kubectl
go 1.14
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 v0.0.0-20190815234213-e83c0a1c26c8
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-20200420163511-1957bb5e6d1f
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.0.0-20200624085548-6f8e0fa87f2f
k8s.io/apimachinery v0.0.0-20200624084815-eed6a5257d68
k8s.io/cli-runtime v0.0.0-20200624100831-be96dd2fb350
k8s.io/client-go v0.0.0-20200624090346-5fade4ec57c6
k8s.io/component-base v0.0.0-20200624091814-9e66bcb5dd0c
k8s.io/klog/v2 v2.1.0
k8s.io/kube-openapi v0.0.0-20200427153329-656914f816f9
k8s.io/metrics v0.0.0-20200624100317-1a21ec727f30
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19
sigs.k8s.io/kustomize v2.0.3+incompatible
sigs.k8s.io/yaml v1.2.0
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc
)
replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20200201011859-915c9c3d4ccf // pinned to release-branch.go1.14-std
k8s.io/api => k8s.io/api v0.0.0-20200624085548-6f8e0fa87f2f
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200624084815-eed6a5257d68
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20200624100831-be96dd2fb350
k8s.io/client-go => k8s.io/client-go v0.0.0-20200624090346-5fade4ec57c6
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200624084227-87e0dbd70a5f
k8s.io/component-base => k8s.io/component-base v0.0.0-20200624091814-9e66bcb5dd0c
k8s.io/metrics => k8s.io/metrics v0.0.0-20200624100317-1a21ec727f30
)