-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (48 loc) · 2.27 KB
/
go.mod
File metadata and controls
53 lines (48 loc) · 2.27 KB
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.26
require (
github.com/celzero/gotrie v0.0.0-20250314130138-a2756ab2f6bd
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.66
golang.org/x/crypto v0.47.0
golang.org/x/sys v0.40.0
)
require (
github.com/Snawoot/opera-proxy v1.5.0
github.com/cloudflare/odoh-go v1.0.0
github.com/coder/websocket v1.8.14
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/tailscale/depaware v0.0.0-20251001183927-9c2ad255ef3f
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-20260120165949-40bd9ace6ce4
golang.org/x/net v0.49.0
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
gvisor.dev/gvisor v0.0.0-20260220231412-fe30adbe8e25
)
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/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.6.3 // indirect
github.com/google/btree v1.1.2 // 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/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)
// TODO: remove all replaces
// replace golang.org/x/mobile v0.0.0-20250506005352-78cd7a343bde => github.com/ignoramous/mobile v0.0.0-20260119111959-bc2c8adf6210