mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
deps: bump up utls version
Bump up uTLS version to not rely on the retracted v1.4.1. Update go.mod/go.sum.
This commit is contained in:
parent
62b3f22a77
commit
edf00ef67a
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -9,9 +9,9 @@ require (
|
|||
github.com/onsi/ginkgo/v2 v2.11.0
|
||||
github.com/onsi/gomega v1.27.10
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/refraction-networking/utls v1.4.1
|
||||
github.com/refraction-networking/utls v1.4.3
|
||||
golang.org/x/crypto v0.12.0
|
||||
golang.org/x/exp v0.0.0-20230807204917-050eac23e9de
|
||||
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
|
||||
golang.org/x/net v0.14.0
|
||||
golang.org/x/sync v0.3.0
|
||||
golang.org/x/sys v0.11.0
|
||||
|
@ -26,7 +26,7 @@ require (
|
|||
github.com/google/gopacket v1.1.19 // indirect
|
||||
github.com/google/pprof v0.0.0-20230808223545-4887780b67fb // indirect
|
||||
github.com/klauspost/compress v1.16.7 // indirect
|
||||
github.com/quic-go/quic-go v0.37.3 // indirect
|
||||
github.com/quic-go/quic-go v0.37.4 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/text v0.12.0 // indirect
|
||||
golang.org/x/tools v0.12.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue