mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
56 lines
2.5 KiB
Modula-2
56 lines
2.5 KiB
Modula-2
module kubevpn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.torproject.org/pluggable-transports/goptlib.git v0.0.0-20180321061416-7d56ec4f381e
|
|
git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20181103133120-08f4d470188e
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/coreos/go-iptables v0.6.0 // indirect
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/ginuerzh/gosocks4 v0.0.1
|
|
github.com/ginuerzh/gosocks5 v0.2.0
|
|
github.com/ginuerzh/tls-dissector v0.0.2-0.20200224064855-24ab2b3a3796
|
|
github.com/go-gost/relay v0.1.0
|
|
github.com/go-log/log v0.2.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/klauspost/compress v1.11.12
|
|
github.com/klauspost/reedsolomon v1.9.12 // indirect
|
|
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
|
|
github.com/lucas-clemente/quic-go v0.10.0
|
|
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
|
|
github.com/miekg/dns v1.1.41
|
|
github.com/milosgajdos/tenus v0.0.3
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/tjfoc/gmsm v1.4.0 // indirect
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
|
|
github.com/xtaci/smux v1.5.15
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
|
|
golang.org/x/net v0.0.0-20210504132125-bbd867fde50d
|
|
golang.zx2c4.com/wireguard v0.0.0-20210624150102-15b24b6179e0 // indirect
|
|
k8s.io/api v0.21.2
|
|
k8s.io/apimachinery v0.21.2
|
|
k8s.io/cli-runtime v0.21.2
|
|
k8s.io/client-go v0.21.2
|
|
k8s.io/kubectl v0.21.2
|
|
)
|