mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#26)
This commit is contained in:
parent
b5b59e42e9
commit
d40dde9b9b
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -10,11 +10,11 @@ require (
|
|||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/refraction-networking/utls v1.5.4
|
||||
go.uber.org/mock v0.4.0
|
||||
golang.org/x/crypto v0.17.0
|
||||
golang.org/x/crypto v0.21.0
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
||||
golang.org/x/net v0.17.0
|
||||
golang.org/x/net v0.23.0
|
||||
golang.org/x/sync v0.4.0
|
||||
golang.org/x/sys v0.15.0
|
||||
golang.org/x/sys v0.18.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue