forked from pufferffish/wireproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (21 loc) · 771 Bytes
/
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
module github.com/octeep/wireproxy
go 1.18
replace golang.zx2c4.com/wireguard => ./wireguard-go
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/akamensky/argparse v1.3.1
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/go-ini/ini v1.67.0
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
suah.dev/protect v1.2.0
)
require (
github.com/google/btree v1.1.2 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20230806223740-1b6e502fedca // indirect
)