mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#254)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3546fd9286
commit
1880d78669
2 changed files with 12 additions and 12 deletions
8
go.mod
8
go.mod
|
@ -13,9 +13,9 @@ require (
|
|||
github.com/gaukas/godicttls v0.0.4
|
||||
github.com/klauspost/compress v1.16.7
|
||||
github.com/quic-go/quic-go v0.37.4
|
||||
golang.org/x/crypto v0.12.0
|
||||
golang.org/x/net v0.14.0
|
||||
golang.org/x/sys v0.11.0
|
||||
golang.org/x/crypto v0.14.0
|
||||
golang.org/x/net v0.17.0
|
||||
golang.org/x/sys v0.13.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.12.0 // indirect
|
||||
require golang.org/x/text v0.13.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue