mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
31 lines
1.0 KiB
AMPL
31 lines
1.0 KiB
AMPL
module github.com/xjasonlyu/tun2socks/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.7
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/google/uuid v1.3.0
|
|
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
|
|
go.uber.org/automaxprocs v1.4.0
|
|
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
golang.zx2c4.com/wireguard v0.0.0-20220202223031-3b95c81cc178
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
gvisor.dev/gvisor v0.0.0-20220208035940-56a131734b85
|
|
)
|
|
|
|
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.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
)
|