mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
sync: merge changes from go 1.23.4
This commit is contained in:
commit
cefe226467
98 changed files with 8089 additions and 4530 deletions
10
go.mod
10
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/refraction-networking/utls
|
||||
|
||||
go 1.21
|
||||
go 1.22.0
|
||||
|
||||
retract (
|
||||
v1.4.1 // #218
|
||||
|
@ -9,11 +9,11 @@ retract (
|
|||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.6
|
||||
github.com/cloudflare/circl v1.3.7
|
||||
github.com/cloudflare/circl v1.5.0
|
||||
github.com/klauspost/compress v1.17.4
|
||||
golang.org/x/crypto v0.21.0
|
||||
golang.org/x/crypto v0.26.0
|
||||
golang.org/x/net v0.23.0
|
||||
golang.org/x/sys v0.18.0
|
||||
golang.org/x/sys v0.24.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.14.0 // indirect
|
||||
require golang.org/x/text v0.17.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue