fix: QUIC events with session tickets disabled will panic on Go 1.26

This commit is contained in:
wwqgtxx
2025-12-03 15:39:13 +08:00
parent d8dcaa7500
commit d33dbbe2f9
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -23,7 +23,7 @@ require (
github.com/metacubex/fswatch v0.1.1
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759
github.com/metacubex/kcp-go v0.0.0-20251111012849-7455698490e9
github.com/metacubex/quic-go v0.55.1-0.20251024060151-bd465f127128
github.com/metacubex/quic-go v0.55.1-0.20251203073212-6940cac967c2
github.com/metacubex/randv2 v0.2.0
github.com/metacubex/restls-client-go v0.1.7
github.com/metacubex/sing v0.5.6