-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 937 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 937 Bytes
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/shadowy-pycoder/go-http-proxy-to-socks
go 1.26.1
require (
github.com/goccy/go-yaml v1.18.0
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.34.0
github.com/shadowy-pycoder/arpspoof v0.0.3
github.com/shadowy-pycoder/colors v0.0.2
github.com/shadowy-pycoder/mshark v0.0.23
github.com/shadowy-pycoder/ndpspoof v0.0.6
github.com/wzshiming/socks5 v0.5.2
golang.org/x/sys v0.33.0
golang.org/x/term v0.32.0
)
require (
github.com/josharian/native v1.1.0 // indirect
github.com/malfunkt/iprange v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // 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
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.16.0 // indirect
)