mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-06 17:26:58 +08:00
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module github.com/xjasonlyu/tun2socks
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.7
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/atomic v1.9.0
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
|
|
golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b // indirect
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
golang.zx2c4.com/wireguard v0.0.0-20211129173154-2dd424e2d808
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
gvisor.dev/gvisor v0.0.0-20211207204018-4608b533c803
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
)
|