|
|
|
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/gobuffalo/envy v1.9.0 // indirect
|
|
|
|
github.com/gobuffalo/packd v1.0.0 // indirect
|
|
|
|
github.com/gobuffalo/packr v1.30.1
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
|
|
github.com/miekg/dns v1.1.29
|
|
|
|
github.com/rogpeppe/go-internal v1.5.2 // indirect
|
|
|
|
github.com/shirou/gopsutil v2.20.3+incompatible
|
|
|
|
github.com/sirupsen/logrus v1.5.0
|
|
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200428200454-593003d681fa
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
|
|
)
|