mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
23 lines
930 B
AMPL
23 lines
930 B
AMPL
module github.com/xjasonlyu/tun2socks
|
|
|
|
go 1.12
|
|
|
|
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.22
|
|
github.com/shirou/gopsutil v2.19.9+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
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-20191002192127-34f69633bfdc // indirect
|
|
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
)
|