mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
33 lines
1.1 KiB
AMPL
33 lines
1.1 KiB
AMPL
module github.com/xjasonlyu/tun2socks/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.8
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.1
|
|
go.uber.org/atomic v1.9.0
|
|
go.uber.org/automaxprocs v1.5.1
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
|
|
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gvisor.dev/gvisor v0.0.0-20220715034956-0772aef20da7
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
)
|