mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cd7a5ec57c
commit
8bcf883680
2 changed files with 12 additions and 12 deletions
8
go.mod
8
go.mod
|
@ -11,9 +11,9 @@ require (
|
|||
github.com/andybalholm/brotli v1.0.6
|
||||
github.com/cloudflare/circl v1.5.0
|
||||
github.com/klauspost/compress v1.17.4
|
||||
golang.org/x/crypto v0.26.0
|
||||
golang.org/x/net v0.23.0
|
||||
golang.org/x/sys v0.24.0
|
||||
golang.org/x/crypto v0.31.0
|
||||
golang.org/x/net v0.33.0
|
||||
golang.org/x/sys v0.28.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.17.0 // indirect
|
||||
require golang.org/x/text v0.21.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue