mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
32 lines
1.0 KiB
Modula-2
32 lines
1.0 KiB
Modula-2
module kubevpn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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/go-log/log v0.2.0
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
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/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/xtaci/smux v1.5.15
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect
|
|
golang.org/x/net v0.0.0-20210504132125-bbd867fde50d
|
|
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
|
|
)
|