-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 885 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 885 Bytes
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
27
28
29
30
module www.bamsoftware.com/git/dnstt.git
go 1.24
toolchain go1.24.4
require (
github.com/flynn/noise v1.1.0
github.com/jellydator/ttlcache/v3 v3.3.0
github.com/refraction-networking/utls v1.7.3
github.com/xtaci/kcp-go/v5 v5.6.21
github.com/xtaci/smux v1.5.34
golang.org/x/crypto v0.39.0
golang.org/x/net v0.41.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/klauspost/reedsolomon v1.12.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpu v0.1.1 // indirect
github.com/templexxx/xorsimd v0.4.3 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
)