mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
23 lines
817 B
AMPL
23 lines
817 B
AMPL
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/sirupsen/logrus v1.7.0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/urfave/cli/v2 v2.2.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-20201101102859-da207088b7d1 // indirect
|
|
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-20201105065002-ab9a79fe812a
|
|
)
|