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:
Phước Trung 2023-08-12 00:27:11 +07:00 committed by GitHub
parent d74571af51
commit 8199306255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 23 deletions

23
go.mod
View file

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