Files
tun2socks/go.mod
T
2021-05-31 18:33:22 +08:00

23 lines
791 B
AMPL

module github.com/xjasonlyu/tun2socks
go 1.16
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.0.0+incompatible
github.com/google/btree v1.0.1 // indirect
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.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.zx2c4.com/wireguard v0.0.0-20210525143454-64cb82f2b3f5
gvisor.dev/gvisor v0.0.0-20210528151111-2153eaa44276
)