-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.2 KB
/
go.mod
File metadata and controls
29 lines (26 loc) · 1.2 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
module github.com/celzero/firestack
go 1.18
require (
github.com/Jigsaw-Code/getsni v1.0.0
github.com/celzero/gotrie v0.0.0-20210413153406-d9d0dcea9cbd
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4
github.com/eycorsican/go-tun2socks v1.16.11
github.com/jedisct1/go-clocksmith v0.0.0-20210101121932-da382b963868
github.com/jedisct1/go-dnsstamps v0.0.0-20210810213811-61cc83d2a354
github.com/jedisct1/xsecretbox v0.0.0-20210813171751-8f930e127d47
github.com/k-sone/critbitgo v1.4.0
github.com/miekg/dns v1.1.43
github.com/txthinking/socks5 v0.0.0-20210716140126-fa1f52a8f2da
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
gvisor.dev/gvisor v0.0.0-20220329084425-9638e18d39b3
)
require (
github.com/google/btree v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
golang.org/x/mobile v0.0.0-20220325161704-447654d348e3 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)