mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
* retract v1.4.1 panic * deps: retract v1.4.0 and update go.mod Retract v1.4.0 which also has the same bug. Update go.mod to update the dependency while not breaking existing functionality. Refresh go.sum to remove old entries. --------- Co-authored-by: Gaukas Wang <i@gauk.as>
20 lines
416 B
Modula-2
20 lines
416 B
Modula-2
module github.com/refraction-networking/utls
|
|
|
|
go 1.20
|
|
|
|
retract (
|
|
v1.4.1 // #218
|
|
v1.4.0 // #218 panic on saveSessionTicket
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5
|
|
github.com/gaukas/godicttls v0.0.4
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/quic-go/quic-go v0.37.4
|
|
golang.org/x/crypto v0.12.0
|
|
golang.org/x/net v0.14.0
|
|
golang.org/x/sys v0.11.0
|
|
)
|
|
|
|
require golang.org/x/text v0.12.0 // indirect
|