mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
fix: broken utls deps
Fix broken uTLS dependencies due to the required version is not published until now.
This commit is contained in:
parent
9c624f0355
commit
4e1a4d03f6
2 changed files with 9 additions and 17 deletions
3
go.mod
3
go.mod
|
@ -9,7 +9,7 @@ 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.3.3
|
||||
github.com/refraction-networking/utls v1.4.0
|
||||
golang.org/x/crypto v0.11.0
|
||||
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
|
||||
golang.org/x/net v0.13.0
|
||||
|
@ -26,6 +26,7 @@ require (
|
|||
github.com/google/gopacket v1.1.19 // indirect
|
||||
github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6 // indirect
|
||||
github.com/klauspost/compress v1.16.7 // indirect
|
||||
github.com/quic-go/quic-go v0.37.0 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/text v0.11.0 // indirect
|
||||
golang.org/x/tools v0.11.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue