This commit is contained in:
Shengjing Zhu
2021-10-07 16:15:59 +08:00
commit 9b25422dfa
6 changed files with 846 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/zhsj/wghttp
go 1.16
require (
github.com/jessevdk/go-flags v1.5.0
golang.zx2c4.com/wireguard v0.0.0-20210927201915-bb745b2ea326
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20210927201915-bb745b2ea326
)