mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
retract v1.4.1 panic (#220)
* 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>
This commit is contained in:
parent
d74571af51
commit
8199306255
2 changed files with 28 additions and 23 deletions
23
go.mod
23
go.mod
|
@ -2,14 +2,19 @@ module github.com/refraction-networking/utls
|
|||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5
|
||||
github.com/gaukas/godicttls v0.0.3
|
||||
github.com/klauspost/compress v1.16.6
|
||||
github.com/quic-go/quic-go v0.37.0
|
||||
golang.org/x/crypto v0.10.0
|
||||
golang.org/x/net v0.11.0
|
||||
golang.org/x/sys v0.9.0
|
||||
retract (
|
||||
v1.4.1 // #218
|
||||
v1.4.0 // #218 panic on saveSessionTicket
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.10.0 // indirect
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue