-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
53 lines (49 loc) · 2.23 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/celzero/firestack
go 1.23.2
require (
github.com/celzero/gotrie v0.0.0-20240214185511-300735a8f01f
github.com/jedisct1/go-dnsstamps v0.0.0-20200621175006-302248eecc94
github.com/jedisct1/xsecretbox v0.0.0-20190909160646-b731c21297f9
github.com/k-sone/critbitgo v1.4.0
github.com/miekg/dns v1.1.62
golang.org/x/crypto v0.28.0
golang.org/x/sys v0.26.0
)
require (
github.com/Snawoot/opera-proxy v1.5.0
github.com/cloudflare/odoh-go v1.0.0
github.com/crazy-max/xgo v0.31.0
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a
github.com/noql-net/certpool v0.0.0-20240719060413-a5ed62ecc62a
github.com/refraction-networking/utls v1.3.3
github.com/tailscale/depaware v0.0.0-20240804103531-585336c3e1b3
github.com/txthinking/socks5 v0.0.0-20230325130024-4230056ae301
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
golang.org/x/net v0.30.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
gvisor.dev/gvisor v0.0.0-20241009022347-94b16c128c1c
nhooyr.io/websocket v1.8.7
)
require (
git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6 // indirect
github.com/Snawoot/go-http-digest-auth-client v1.1.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cisco/go-hpke v0.0.0-20210215210317-01c430f1f302 // indirect
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7 // indirect
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)