fix: broken utls deps

Fix broken uTLS dependencies due to the required version is not published until now.
This commit is contained in:
Gaukas Wang 2023-08-05 01:17:25 -06:00
parent 9c624f0355
commit 4e1a4d03f6
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
2 changed files with 9 additions and 17 deletions

3
go.mod
View file

@ -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