mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-18 22:54:50 +08:00
24 lines
818 B
Modula-2
24 lines
818 B
Modula-2
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 v4.0.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/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/atomic v1.7.0
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
golang.zx2c4.com/wireguard v0.0.20201118
|
|
gvisor.dev/gvisor v0.0.0-20210206024837-c8a8ff888fef
|
|
)
|