-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
21 lines (18 loc) · 824 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/shimberger/wg-http-proxy
go 1.17
require (
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
github.com/joho/godotenv v1.4.0
golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d
golang.zx2c4.com/wireguard v0.0.0-20211123210315-387f7c461a16
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20211123210315-387f7c461a16
)
require (
github.com/google/btree v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20211111083644-e5c967477495 // indirect
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
gvisor.dev/gvisor v0.0.0-20211020211948-f76a604701b6 // indirect
)