geoip icon indicating copy to clipboard operation
geoip copied to clipboard

update Go dependencies to fix runtime panic

Open katexochen opened this issue 1 year ago • 0 comments

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.

katexochen avatar Mar 11 '24 17:03 katexochen