Skip to content

Commit d976331

Browse files
authored
Go 1.18 (#8)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 3b2d4f8 commit d976331

File tree

1,376 files changed

+131861
-50170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,376 files changed

+131861
-50170
lines changed

go.mod

Lines changed: 46 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -1,205 +1,93 @@
11
module stash.appscode.dev/kubedump
22

3-
go 1.17
3+
go 1.18
44

55
require (
6-
github.com/spf13/cobra v1.2.1
7-
go.bytebuilders.dev/license-verifier/kubernetes v0.9.7
6+
github.com/spf13/cobra v1.4.0
7+
go.bytebuilders.dev/license-verifier/kubernetes v0.10.0
88
gomodules.xyz/flags v0.1.3
99
gomodules.xyz/logs v0.0.6
1010
gomodules.xyz/sets v0.2.1
1111
gomodules.xyz/x v0.0.14
12-
k8s.io/api v0.21.1
13-
k8s.io/apimachinery v0.21.1
14-
k8s.io/client-go v0.21.1
15-
k8s.io/klog/v2 v2.9.0
16-
kmodules.xyz/client-go v0.0.0-20220427165208-36281a681909
17-
kmodules.xyz/offshoot-api v0.0.0-20220420055916-fefb02c26514
12+
k8s.io/api v0.24.1
13+
k8s.io/apimachinery v0.24.1
14+
k8s.io/client-go v0.24.1
15+
k8s.io/klog/v2 v2.60.1
16+
kmodules.xyz/client-go v0.24.3
17+
kmodules.xyz/offshoot-api v0.24.1
1818
sigs.k8s.io/yaml v1.3.0
19-
stash.appscode.dev/apimachinery v0.20.0
19+
stash.appscode.dev/apimachinery v0.20.2-0.20220616125513-e19298fd23b1
2020
)
2121

2222
require (
23-
cloud.google.com/go v0.65.0 // indirect
23+
cloud.google.com/go v0.81.0 // indirect
2424
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
25-
github.com/Azure/go-autorest/autorest v0.11.12 // indirect
26-
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
25+
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
26+
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
2727
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
28-
github.com/Azure/go-autorest/logger v0.2.0 // indirect
28+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2929
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3030
github.com/Masterminds/semver/v3 v3.1.1 // indirect
31-
github.com/PuerkitoBio/purell v1.1.1 // indirect
32-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
33-
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e // indirect
31+
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
3432
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
3533
github.com/davecgh/go-spew v1.1.1 // indirect
3634
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
3735
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
3836
github.com/fatih/structs v1.1.0 // indirect
39-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
40-
github.com/go-logr/logr v0.4.0 // indirect
37+
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
38+
github.com/go-logr/logr v1.2.0 // indirect
4139
github.com/go-openapi/jsonpointer v0.19.5 // indirect
42-
github.com/go-openapi/jsonreference v0.19.5 // indirect
43-
github.com/go-openapi/spec v0.19.8 // indirect
44-
github.com/go-openapi/swag v0.19.14 // indirect
40+
github.com/go-openapi/jsonreference v0.20.0 // indirect
41+
github.com/go-openapi/swag v0.19.15 // indirect
4542
github.com/gogo/protobuf v1.3.2 // indirect
4643
github.com/golang/protobuf v1.5.2 // indirect
47-
github.com/google/go-cmp v0.5.6 // indirect
44+
github.com/google/gnostic v0.5.7-v3refs // indirect
45+
github.com/google/go-cmp v0.5.8 // indirect
4846
github.com/google/gofuzz v1.2.0 // indirect
49-
github.com/googleapis/gnostic v0.5.5 // indirect
50-
github.com/hashicorp/golang-lru v0.5.4 // indirect
51-
github.com/imdario/mergo v0.3.12 // indirect
47+
github.com/imdario/mergo v0.3.13 // indirect
5248
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5349
github.com/josharian/intern v1.0.0 // indirect
5450
github.com/json-iterator/go v1.1.12 // indirect
55-
github.com/mailru/easyjson v0.7.7 // indirect
56-
github.com/mitchellh/mapstructure v1.4.1 // indirect
51+
github.com/mailru/easyjson v0.7.6 // indirect
52+
github.com/mitchellh/mapstructure v1.5.0 // indirect
5753
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5854
github.com/modern-go/reflect2 v1.0.2 // indirect
55+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5956
github.com/pkg/errors v0.9.1 // indirect
60-
github.com/sergi/go-diff v1.2.0 // indirect
57+
github.com/sergi/go-diff v1.1.0 // indirect
6158
github.com/spf13/pflag v1.0.5 // indirect
6259
github.com/yudai/gojsondiff v1.0.0 // indirect
6360
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
64-
go.bytebuilders.dev/license-verifier v0.9.7 // indirect
65-
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
66-
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
67-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
68-
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
69-
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
61+
go.bytebuilders.dev/license-verifier v0.10.0 // indirect
62+
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
63+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
64+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
65+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
66+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
7067
golang.org/x/text v0.3.7 // indirect
71-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
68+
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
7269
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
7370
gomodules.xyz/go-sh v0.1.0 // indirect
7471
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
75-
gomodules.xyz/mergo v0.3.13-0.20220214162359-48efe39fd402 // indirect
72+
gomodules.xyz/mergo v0.3.13 // indirect
7673
gomodules.xyz/pointer v0.1.0 // indirect
7774
gomodules.xyz/wait v0.2.0 // indirect
7875
google.golang.org/appengine v1.6.7 // indirect
7976
google.golang.org/protobuf v1.27.1 // indirect
8077
gopkg.in/inf.v0 v0.9.1 // indirect
8178
gopkg.in/yaml.v2 v2.4.0 // indirect
82-
k8s.io/apiextensions-apiserver v0.21.1 // indirect
83-
k8s.io/apiserver v0.21.1 // indirect
84-
k8s.io/kube-aggregator v0.21.1 // indirect
85-
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
86-
k8s.io/kubernetes v1.21.1 // indirect
87-
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
88-
kmodules.xyz/custom-resources v0.0.0-20220422215041-237eae1d7ddd // indirect
89-
kmodules.xyz/objectstore-api v0.0.0-20220317220441-f1d593d0a778 // indirect
90-
kmodules.xyz/prober v0.0.0-20220317043828-5ae0114adcad // indirect
91-
sigs.k8s.io/controller-runtime v0.9.0 // indirect
92-
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
79+
gopkg.in/yaml.v3 v3.0.0 // indirect
80+
k8s.io/apiextensions-apiserver v0.24.1 // indirect
81+
k8s.io/apiserver v0.24.1 // indirect
82+
k8s.io/kube-aggregator v0.24.1 // indirect
83+
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
84+
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
85+
kmodules.xyz/custom-resources v0.24.0 // indirect
86+
kmodules.xyz/objectstore-api v0.24.0 // indirect
87+
kmodules.xyz/prober v0.24.0 // indirect
88+
sigs.k8s.io/controller-runtime v0.12.1 // indirect
89+
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
90+
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
9391
)
9492

95-
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
96-
97-
replace cloud.google.com/go => cloud.google.com/go v0.54.0
98-
99-
replace cloud.google.com/go/bigquery => cloud.google.com/go/bigquery v1.4.0
100-
101-
replace cloud.google.com/go/datastore => cloud.google.com/go/datastore v1.1.0
102-
103-
replace cloud.google.com/go/firestore => cloud.google.com/go/firestore v1.1.0
104-
105-
replace cloud.google.com/go/pubsub => cloud.google.com/go/pubsub v1.2.0
106-
107-
replace cloud.google.com/go/storage => cloud.google.com/go/storage v1.6.0
108-
109-
replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v43.0.0+incompatible
110-
111-
replace github.com/Azure/go-ansiterm => github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
112-
113-
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
114-
115-
replace github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.11.12
116-
117-
replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.9.5
118-
119-
replace github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.3.0
120-
121-
replace github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.4.1
122-
123-
replace github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.2.0
124-
125-
replace github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.1.0
126-
127-
replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.2.0
128-
129-
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.6.0
130-
131-
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
132-
133-
replace github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
134-
135-
replace github.com/go-openapi/analysis => github.com/go-openapi/analysis v0.19.5
136-
137-
replace github.com/go-openapi/errors => github.com/go-openapi/errors v0.19.2
138-
139-
replace github.com/go-openapi/jsonpointer => github.com/go-openapi/jsonpointer v0.19.3
140-
141-
replace github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.19.3
142-
143-
replace github.com/go-openapi/loads => github.com/go-openapi/loads v0.19.4
144-
145-
replace github.com/go-openapi/runtime => github.com/go-openapi/runtime v0.19.4
146-
147-
replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.5
148-
149-
replace github.com/go-openapi/strfmt => github.com/go-openapi/strfmt v0.19.5
150-
151-
replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.19.5
152-
153-
replace github.com/go-openapi/validate => github.com/gomodules/validate v0.19.8-1.16
154-
155-
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
156-
157-
replace github.com/golang/protobuf => github.com/golang/protobuf v1.4.3
158-
159-
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1
160-
16193
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
162-
163-
replace github.com/prometheus-operator/prometheus-operator => github.com/prometheus-operator/prometheus-operator v0.47.0
164-
165-
replace github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.47.0
166-
167-
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.10.0
168-
169-
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
170-
171-
replace google.golang.org/api => google.golang.org/api v0.20.0
172-
173-
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a
174-
175-
replace google.golang.org/grpc => google.golang.org/grpc v1.27.1
176-
177-
replace helm.sh/helm/v3 => github.com/kubepack/helm/v3 v3.6.1-0.20210518225915-c3e0ce48dd1b
178-
179-
replace k8s.io/api => k8s.io/api v0.21.1
180-
181-
replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.21.2-rc.0.0.20210617231004-332981b97d2d
182-
183-
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20220112070009-e3f6e88991d9
184-
185-
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.1
186-
187-
replace k8s.io/client-go => k8s.io/client-go v0.21.1
188-
189-
replace k8s.io/component-base => k8s.io/component-base v0.21.1
190-
191-
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
192-
193-
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.22.0-alpha.0.0.20210617232219-a432af45d932
194-
195-
replace k8s.io/utils => k8s.io/utils v0.0.0-20201110183641-67b214c5f920
196-
197-
replace sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20210427030912-90eeee3bc4ad
198-
199-
replace github.com/satori/go.uuid => github.com/gomodules/uuid v4.0.0+incompatible
200-
201-
replace github.com/dgrijalva/jwt-go => github.com/gomodules/jwt v3.2.2+incompatible
202-
203-
replace github.com/form3tech-oss/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible
204-
205-
replace github.com/golang-jwt/jwt => github.com/golang-jwt/jwt v3.2.2+incompatible

0 commit comments

Comments
 (0)