Skip to content

Commit 5076da2

Browse files
vdemeestertekton-robot
authored andcommitted
Update golang/x/net to handle GO-2024-2687
See https://pkg.go.dev/vuln/GO-2024-2687 Signed-off-by: Vincent Demeester <[email protected]>
1 parent d415bcd commit 5076da2

File tree

10 files changed

+420
-134
lines changed

10 files changed

+420
-134
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ require (
224224
github.com/vbatts/tar-split v0.11.3 // indirect
225225
go.uber.org/automaxprocs v1.5.3 // indirect
226226
go.uber.org/multierr v1.11.0 // indirect
227-
golang.org/x/crypto v0.21.0 // indirect
227+
golang.org/x/crypto v0.22.0 // indirect
228228
golang.org/x/mod v0.14.0 // indirect
229-
golang.org/x/net v0.23.0 // indirect
229+
golang.org/x/net v0.24.0 // indirect
230230
golang.org/x/sync v0.7.0
231-
golang.org/x/sys v0.18.0 // indirect
232-
golang.org/x/term v0.18.0 // indirect
231+
golang.org/x/sys v0.19.0 // indirect
232+
golang.org/x/term v0.19.0 // indirect
233233
golang.org/x/text v0.14.0 // indirect
234234
golang.org/x/time v0.5.0 // indirect
235235
golang.org/x/tools v0.17.0 // indirect

go.sum

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

vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

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

0 commit comments

Comments
 (0)