-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (41 loc) · 1.46 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
module github.com/monasticacademy/httptap
go 1.23.1
require (
github.com/djherbis/buffer v1.2.0
github.com/djherbis/nio/v3 v3.0.1
github.com/ebitengine/purego v0.8.1
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1
github.com/fatih/color v1.17.0
github.com/google/gopacket v1.1.19
github.com/joemiller/certin v0.3.5
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
github.com/xjasonlyu/tun2socks/v2 v2.5.2
software.sslmate.com/src/go-pkcs12 v0.5.0
)
require (
github.com/josharian/native v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.22.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)
require (
github.com/alexflint/go-arg v1.5.1
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/mdlayher/packet v1.1.2
github.com/miekg/dns v1.1.62
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/vishvananda/netlink v1.3.0
github.com/vishvananda/netns v0.0.4
golang.org/x/sys v0.25.0
golang.org/x/time v0.5.0 // indirect
gvisor.dev/gvisor v0.0.0-20240928194204-917bbae826a0
)