use utls instead of go-tls

This commit is contained in:
wenyifan
2022-10-14 14:43:08 +08:00
parent 161ff31c97
commit ee8d44dd34
6 changed files with 32 additions and 3 deletions

2
go.mod
View File

@ -18,6 +18,7 @@ require (
github.com/lucas-clemente/quic-go v0.26.0
github.com/miekg/dns v1.1.43
github.com/milosgajdos/tenus v0.0.3
github.com/refraction-networking/utls v1.1.3
github.com/ryanuber/go-glob v1.0.0
github.com/shadowsocks/go-shadowsocks2 v0.1.5
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
@ -32,6 +33,7 @@ require (
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/coreos/go-iptables v0.6.0 // indirect
github.com/dchest/siphash v1.2.2 // indirect