|
|
|
module github.com/xjasonlyu/tun2socks
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.27
|
|
|
|
github.com/shirou/gopsutil v2.20.1+incompatible
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200226051749-491c5fce7268 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
|
|
)
|