mirror of
https://github.com/tladesignz/dnstt.git
synced 2026-09-25 08:17:58 +03:00
net/http Transport.DialTLSContext requires go1.14. https://go.dev/doc/go1.14#net/http
13 lines
315 B
AMPL
13 lines
315 B
AMPL
module www.bamsoftware.com/git/dnstt.git
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/flynn/noise v1.0.0
|
|
github.com/refraction-networking/utls v1.0.0
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
github.com/xtaci/smux v1.5.15
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
)
|