mirror of
https://github.com/tladesignz/dnstt.git
synced 2026-09-22 23:07:59 +03:00
26 lines
761 B
AMPL
26 lines
761 B
AMPL
module www.bamsoftware.com/git/dnstt.git
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/flynn/noise v1.1.0
|
|
github.com/refraction-networking/utls v1.8.2
|
|
github.com/xtaci/kcp-go/v5 v5.6.72
|
|
github.com/xtaci/smux v1.5.57
|
|
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.6.0
|
|
golang.org/x/crypto v0.50.0
|
|
golang.org/x/net v0.53.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.18.3 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/klauspost/reedsolomon v1.13.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
)
|