Skip to content

Commit 8a4f334

Browse files
authored
chore: Update golang.org/x/* modules (#283)
Updated modules golang.org/x/* to the latest versions. Signed-off-by: Felix Matouschek <[email protected]>
1 parent 96fc174 commit 8a4f334

File tree

378 files changed

+48917
-12728
lines changed

Some content is hidden

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

378 files changed

+48917
-12728
lines changed

go.mod

+10-13
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/fsnotify/fsnotify v1.4.9 // indirect
3030
github.com/go-logr/logr v0.2.0 // indirect
3131
github.com/gogo/protobuf v1.3.2 // indirect
32-
github.com/golang/protobuf v1.5.2 // indirect
32+
github.com/golang/protobuf v1.5.3 // indirect
3333
github.com/google/gofuzz v1.1.0 // indirect
3434
github.com/google/uuid v1.2.0 // indirect
3535
github.com/googleapis/gnostic v0.4.1 // indirect
@@ -43,15 +43,15 @@ require (
4343
github.com/spf13/pflag v1.0.5 // indirect
4444
github.com/stretchr/testify v1.6.1 // indirect
4545
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
46-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
47-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
48-
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
49-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
50-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
51-
golang.org/x/text v0.3.7 // indirect
52-
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
53-
google.golang.org/appengine v1.6.5 // indirect
54-
google.golang.org/protobuf v1.26.0 // indirect
46+
golang.org/x/crypto v0.14.0 // indirect
47+
golang.org/x/net v0.17.0 // indirect
48+
golang.org/x/oauth2 v0.13.0 // indirect
49+
golang.org/x/sys v0.13.0 // indirect
50+
golang.org/x/term v0.13.0 // indirect
51+
golang.org/x/text v0.13.0 // indirect
52+
golang.org/x/time v0.3.0 // indirect
53+
google.golang.org/appengine v1.6.7 // indirect
54+
google.golang.org/protobuf v1.31.0 // indirect
5555
gopkg.in/inf.v0 v0.9.1 // indirect
5656
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5757
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -64,7 +64,6 @@ require (
6464

6565
// Pinned to kubernetes-1.19.1
6666
replace (
67-
golang.org/x/text => golang.org/x/text v0.3.8
6867
k8s.io/api => k8s.io/api v0.19.1
6968
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.1
7069
k8s.io/apimachinery => k8s.io/apimachinery v0.19.1
@@ -88,6 +87,4 @@ replace (
8887
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.19.1
8988
)
9089

91-
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
92-
9390
go 1.18

go.sum

+36-23
Large diffs are not rendered by default.

vendor/golang.org/x/crypto/AUTHORS

-3
This file was deleted.

vendor/golang.org/x/crypto/CONTRIBUTORS

-3
This file was deleted.

vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go

-71
This file was deleted.

vendor/golang.org/x/net/context/go17.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/html/doc.go

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/html/escape.go

+81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/html/parse.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/html/render.go

+26-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)