Skip to content

Commit 0abebdd

Browse files
author
Andrew Suderman
authored
update client go to 0.23.4 (#218)
1 parent 78af99d commit 0abebdd

File tree

2 files changed

+102
-108
lines changed

2 files changed

+102
-108
lines changed

go.mod

+24-22
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,33 @@ go 1.17
55
require (
66
github.com/spf13/cobra v1.3.0
77
github.com/stretchr/testify v1.7.0
8-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
8+
golang.org/x/net v0.0.0-20211209124913-491a49abca63
99
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
10-
google.golang.org/api v0.69.0
11-
k8s.io/api v0.20.4
12-
k8s.io/apimachinery v0.20.4
13-
k8s.io/client-go v0.20.4
10+
google.golang.org/api v0.62.0
11+
k8s.io/api v0.23.4
12+
k8s.io/apimachinery v0.23.4
13+
k8s.io/client-go v0.23.4
1414
)
1515

1616
require (
17-
cloud.google.com/go/compute v1.2.0 // indirect
17+
cloud.google.com/go v0.99.0 // indirect
1818
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
19-
github.com/Azure/go-autorest/autorest v0.11.1 // indirect
20-
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
19+
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
20+
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
2121
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
22-
github.com/Azure/go-autorest/logger v0.2.0 // indirect
22+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2323
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
26-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
27-
github.com/go-logr/logr v0.2.0 // indirect
25+
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
26+
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
27+
github.com/go-logr/logr v1.2.0 // indirect
2828
github.com/gogo/protobuf v1.3.2 // indirect
2929
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3030
github.com/golang/protobuf v1.5.2 // indirect
31+
github.com/google/go-cmp v0.5.6 // indirect
3132
github.com/google/gofuzz v1.1.0 // indirect
3233
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
33-
github.com/googleapis/gnostic v0.4.1 // indirect
34+
github.com/googleapis/gnostic v0.5.5 // indirect
3435
github.com/imdario/mergo v0.3.5 // indirect
3536
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3637
github.com/json-iterator/go v1.1.12 // indirect
@@ -41,20 +42,21 @@ require (
4142
github.com/spf13/pflag v1.0.5 // indirect
4243
go.opencensus.io v0.23.0 // indirect
4344
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
44-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
45-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
45+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
46+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
4647
golang.org/x/text v0.3.7 // indirect
47-
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
48+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
4849
google.golang.org/appengine v1.6.7 // indirect
49-
google.golang.org/genproto v0.0.0-20220211171837-173942840c17 // indirect
50-
google.golang.org/grpc v1.44.0 // indirect
50+
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
51+
google.golang.org/grpc v1.42.0 // indirect
5152
google.golang.org/protobuf v1.27.1 // indirect
5253
gopkg.in/inf.v0 v0.9.1 // indirect
5354
gopkg.in/yaml.v2 v2.4.0 // indirect
5455
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
55-
k8s.io/klog/v2 v2.4.0 // indirect
56-
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect
57-
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
58-
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect
56+
k8s.io/klog/v2 v2.30.0 // indirect
57+
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
58+
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
59+
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
60+
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
5961
sigs.k8s.io/yaml v1.2.0 // indirect
6062
)

0 commit comments

Comments
 (0)