gfwproxyshadowsocksdocker-imagegogolanggvisornatnetworksocks4socks5tcpip-stacktortun-devicetun2sockstunneludpwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
484 B
15 lines
484 B
module github.com/xjasonlyu/tun2socks
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.0
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/shirou/gopsutil v2.20.7+incompatible
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/sys v0.0.0-20200828194041-157a740278f4
|
|
)
|
|
|