mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
Main modules: - gvisor.dev/gvisor v0.0.0-20210528151111-2153eaa44276 => v0.0.0-20210715005044-a22d3ae8e0fd - golang.zx2c4.com/wireguard v0.0.0-20210525143454-64cb82f2b3f5 => v0.0.0-20210624150102-15b24b6179e0
22 lines
747 B
AMPL
22 lines
747 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/gorilla/websocket v1.4.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/atomic v1.8.0
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
|
|
golang.zx2c4.com/wireguard v0.0.0-20210624150102-15b24b6179e0
|
|
gvisor.dev/gvisor v0.0.0-20210715005044-a22d3ae8e0fd
|
|
)
|