Skip to content

Commit

Permalink
[release-4.15][manual] CVE-2023-45288: deps: bump x/net and related
Browse files Browse the repository at this point in the history
Update x/net to pick up golang/net@ba87210
To fully fix we need to build with go >= 1.22.2.

xref: golang/go#65051

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani authored and shajmakh committed Aug 20, 2024
1 parent ddbf26b commit e540577
Show file tree
Hide file tree
Showing 365 changed files with 2,165 additions and 1,062 deletions.
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ require (
go.uber.org/ratelimit v0.2.0 // indirect
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.10.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/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down Expand Up @@ -143,7 +143,4 @@ replace (
)

// local pinning
replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.4.11
google.golang.org/grpc => google.golang.org/grpc v1.58.3
)
replace github.com/containerd/containerd => github.com/containerd/containerd v1.4.11
276 changes: 77 additions & 199 deletions go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/go17.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/go19.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/pre_go17.go

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

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/context/pre_go19.go

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

12 changes: 8 additions & 4 deletions vendor/golang.org/x/net/html/token.go

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

59 changes: 31 additions & 28 deletions vendor/golang.org/x/net/http2/databuffer.go

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

42 changes: 36 additions & 6 deletions vendor/golang.org/x/net/http2/frame.go

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

30 changes: 0 additions & 30 deletions vendor/golang.org/x/net/http2/go111.go

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/net/http2/go115.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/golang.org/x/net/http2/go118.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/golang.org/x/net/http2/not_go111.go

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/golang.org/x/net/http2/not_go115.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/golang.org/x/net/http2/not_go118.go

This file was deleted.

Loading

0 comments on commit e540577

Please sign in to comment.