Skip to content

Commit

Permalink
Merge pull request #309 from elfosardo/ocpbugs21167
Browse files Browse the repository at this point in the history
OCPBUGS-21167: Uplift x/net to v0.17.0
  • Loading branch information
openshift-ci[bot] committed Oct 20, 2023
2 parents 12e53b8 + 822989c commit 40c4926
Show file tree
Hide file tree
Showing 182 changed files with 20,674 additions and 4,645 deletions.
10 changes: 6 additions & 4 deletions go.mod
Expand Up @@ -57,11 +57,11 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -80,3 +80,5 @@ require (
replace github.com/metal3-io/baremetal-operator/apis => ./apis

replace github.com/metal3-io/baremetal-operator/pkg/hardwareutils => ./pkg/hardwareutils

replace golang.org/x/net => golang.org/x/net v0.17.0
80 changes: 18 additions & 62 deletions go.sum

Large diffs are not rendered by default.

51 changes: 0 additions & 51 deletions vendor/golang.org/x/net/http2/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/http2/Makefile

This file was deleted.

6 changes: 1 addition & 5 deletions vendor/golang.org/x/net/http2/pipe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 80 additions & 22 deletions vendor/golang.org/x/net/http2/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40c4926

Please sign in to comment.