gfwproxyshadowsocksdocker-imagegogolanggvisornatnetworksocks4socks5tcpip-stacktortun-devicetun2sockstunneludpwireguard
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.
23 lines
860 B
23 lines
860 B
module github.com/xjasonlyu/tun2socks
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.6
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-chi/cors v1.1.1
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/xjasonlyu/clash v0.15.1-0.20201105074459-aa45c8b56cf6
|
|
go.uber.org/atomic v1.7.0
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
|
|
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
gvisor.dev/gvisor v0.0.0-20201107072535-9e848922ed33
|
|
)
|
|
|