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.

16 lines
482 B

5 years ago
module github.com/xjasonlyu/tun2socks
4 years ago
go 1.15
5 years ago
require (
5 years ago
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gobuffalo/packr v1.30.1
4 years ago
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
4 years ago
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200828194041-157a740278f4
5 years ago
)