Skip to content

Commit 8e97990

Browse files
committed
chore: Update golang.org/x/* and drop k8s.io/kubernetes deps
Updated modules golang.org/x/* to the latest versions and dropped dependency on k8s.io/kubernetes. Signed-off-by: Felix Matouschek <[email protected]>
1 parent 70a6ea3 commit 8e97990

File tree

2,200 files changed

+247505
-95321
lines changed

Some content is hidden

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

2,200 files changed

+247505
-95321
lines changed

modules/copy-template/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/davecgh/go-spew v1.1.1 // indirect
2121
github.com/go-logr/logr v1.2.4 // indirect
2222
github.com/gogo/protobuf v1.3.2 // indirect
23-
github.com/golang/protobuf v1.5.2 // indirect
23+
github.com/golang/protobuf v1.5.3 // indirect
2424
github.com/google/go-cmp v0.5.9 // indirect
2525
github.com/google/gofuzz v1.1.0 // indirect
2626
github.com/google/uuid v1.3.0 // indirect
@@ -31,14 +31,14 @@ require (
3131
github.com/pborman/uuid v1.2.1 // indirect
3232
go.uber.org/atomic v1.7.0 // indirect
3333
go.uber.org/multierr v1.6.0 // indirect
34-
golang.org/x/net v0.8.0 // indirect
35-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
36-
golang.org/x/sys v0.6.0 // indirect
37-
golang.org/x/term v0.6.0 // indirect
38-
golang.org/x/text v0.8.0 // indirect
39-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
34+
golang.org/x/net v0.17.0 // indirect
35+
golang.org/x/oauth2 v0.13.0 // indirect
36+
golang.org/x/sys v0.13.0 // indirect
37+
golang.org/x/term v0.13.0 // indirect
38+
golang.org/x/text v0.13.0 // indirect
39+
golang.org/x/time v0.3.0 // indirect
4040
google.golang.org/appengine v1.6.7 // indirect
41-
google.golang.org/protobuf v1.28.1 // indirect
41+
google.golang.org/protobuf v1.31.0 // indirect
4242
gopkg.in/inf.v0 v0.9.1 // indirect
4343
gopkg.in/yaml.v2 v2.4.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect

modules/copy-template/go.sum

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/copy-template/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go

Lines changed: 0 additions & 71 deletions
This file was deleted.

modules/copy-template/vendor/golang.org/x/net/html/doc.go

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/copy-template/vendor/golang.org/x/net/html/render.go

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/copy-template/vendor/golang.org/x/net/html/token.go

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/copy-template/vendor/golang.org/x/net/http2/Dockerfile

Lines changed: 0 additions & 51 deletions
This file was deleted.

modules/copy-template/vendor/golang.org/x/net/http2/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/copy-template/vendor/golang.org/x/net/http2/pipe.go

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)