-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.35 KB
/
Copy pathgo.mod
File metadata and controls
40 lines (37 loc) · 1.35 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
module github.com/shadowy-pycoder/go-http-proxy-to-socks
go 1.26.4
require (
github.com/goccy/go-yaml v1.18.0
github.com/google/uuid v1.6.0
github.com/quic-go/quic-go v0.59.1
github.com/rs/zerolog v1.34.0
github.com/shadowy-pycoder/arpspoof v0.0.8
github.com/shadowy-pycoder/colors v0.0.2
github.com/shadowy-pycoder/mshark v0.0.32
github.com/shadowy-pycoder/ndpspoof v0.0.11
github.com/stretchr/testify v1.11.1
github.com/vishvananda/netns v0.0.5
github.com/wzshiming/socks4 v0.4.0
github.com/wzshiming/socks5 v0.7.0
golang.org/x/sys v0.46.0
golang.org/x/term v0.44.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/malfunkt/iprange v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/packet v1.1.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)