mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
11 lines
236 B
AMPL
11 lines
236 B
AMPL
module github.com/xjasonlyu/tun2socks
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.16
|
|
github.com/shirou/gopsutil v2.18.12+incompatible
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
|
|
)
|