forked from windtf/wireproxy
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 788 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 788 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
module github.com/artem-russkikh/wireproxy-awg
go 1.24.4
toolchain go1.24.5
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/akamensky/argparse v1.4.0
github.com/amnezia-vpn/amneziawg-go v0.2.16
github.com/go-ini/ini v1.67.0
github.com/landlock-lsm/go-landlock v0.0.0-20240715193425-db0c8d6f1dff
github.com/things-go/go-socks5 v0.0.5
golang.org/x/net v0.42.0
suah.dev/protect v1.2.4
)
require (
github.com/google/btree v1.1.3 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20250718015824-35000683b6d7 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
)