mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-09 18:50:26 +08:00
11 lines
236 B
Modula-2
11 lines
236 B
Modula-2
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
|
|
)
|