Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang.org/x/net from 0.17.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Apr 19, 2024
1 parent 29b83bd commit db52ffe
Showing 76 changed files with 1,191 additions and 401 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@ require (
github.com/speijnik/go-errortree v1.0.1 // indirect
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -47,16 +47,16 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/thales-e-security/pool v0.0.2 h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=
github.com/thales-e-security/pool v0.0.2/go.mod h1:qtpMm2+thHtqhLzTwgDBj/OuNnMpupY8mv0Phz0gjhU=
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
4 changes: 2 additions & 2 deletions vendor/golang.org/x/crypto/sha3/keccakf_amd64.s

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.

11 changes: 10 additions & 1 deletion 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.

37 changes: 11 additions & 26 deletions vendor/golang.org/x/net/http2/server.go
331 changes: 331 additions & 0 deletions vendor/golang.org/x/net/http2/testsync.go
340 changes: 278 additions & 62 deletions vendor/golang.org/x/net/http2/transport.go

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/go118.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/idna10.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/idna9.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/pre_go118.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables10.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables11.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables12.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables13.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables15.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/tables9.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/trie12.0.0.go
1 change: 0 additions & 1 deletion vendor/golang.org/x/net/idna/trie13.0.0.go
2 changes: 1 addition & 1 deletion vendor/golang.org/x/sys/unix/aliases.go
39 changes: 22 additions & 17 deletions vendor/golang.org/x/sys/unix/mkerrors.sh
2 changes: 1 addition & 1 deletion vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go
12 changes: 7 additions & 5 deletions vendor/golang.org/x/sys/unix/syscall_freebsd.go
99 changes: 99 additions & 0 deletions vendor/golang.org/x/sys/unix/syscall_linux.go
90 changes: 89 additions & 1 deletion vendor/golang.org/x/sys/unix/zerrors_linux.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_386.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
10 changes: 10 additions & 0 deletions vendor/golang.org/x/sys/unix/zsyscall_linux.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go
2 changes: 0 additions & 2 deletions vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
4 changes: 4 additions & 0 deletions vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go
185 changes: 125 additions & 60 deletions vendor/golang.org/x/sys/unix/ztypes_linux.go
17 changes: 10 additions & 7 deletions vendor/golang.org/x/sys/windows/env_windows.go
4 changes: 2 additions & 2 deletions vendor/golang.org/x/sys/windows/syscall_windows.go
9 changes: 9 additions & 0 deletions vendor/golang.org/x/sys/windows/zsyscall_windows.go
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -71,21 +71,21 @@ github.com/stefanberger/go-pkcs11uri
# github.com/thales-e-security/pool v0.0.2
## explicit; go 1.12
github.com/thales-e-security/pool
# golang.org/x/crypto v0.16.0
# golang.org/x/crypto v0.21.0
## explicit; go 1.18
golang.org/x/crypto/sha3
# golang.org/x/mod v0.8.0
## explicit; go 1.17
golang.org/x/mod/sumdb/dirhash
# golang.org/x/net v0.17.0
## explicit; go 1.17
# golang.org/x/net v0.23.0
## explicit; go 1.18
golang.org/x/net/http/httpguts
golang.org/x/net/http2
golang.org/x/net/http2/hpack
golang.org/x/net/idna
golang.org/x/net/internal/timeseries
golang.org/x/net/trace
# golang.org/x/sys v0.15.0
# golang.org/x/sys v0.18.0
## explicit; go 1.18
golang.org/x/sys/cpu
golang.org/x/sys/unix

0 comments on commit db52ffe

Please sign in to comment.