-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgo.mod
26 lines (23 loc) · 782 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module www.bamsoftware.com/git/dnstt.git
go 1.21
require (
github.com/flynn/noise v1.0.0
github.com/refraction-networking/utls v1.6.6
github.com/xtaci/kcp-go/v5 v5.6.8
github.com/xtaci/smux v1.5.24
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
)
require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/reedsolomon v1.12.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)