geoip
geoip copied to clipboard
update Go dependencies to fix runtime panic
When built with Go 1.21, the binary will crash with
panic: qtls.ClientSessionState doesn't match
goroutine 1 [running]:
github.com/quic-go/qtls-go1-20.init.0()
/home/katexochen/go/pkg/mod/github.com/quic-go/[email protected]/unsafe.go:14 +0x2d8
This PR updates github.com/v2fly/v2ray-core/v5 and other dependencies to fix the problem.