mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module github.com/wencaiwulue/kubevpn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/ginuerzh/gosocks5 v0.2.0
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/googleapis/gnostic v0.5.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/miekg/dns v1.0.14
|
|
github.com/milosgajdos/tenus v0.0.3
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/onsi/ginkgo v1.14.1 // indirect
|
|
github.com/onsi/gomega v1.10.2 // 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.3
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/net v0.0.0-20210927181540-4e4d966f7476
|
|
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
|
|
golang.zx2c4.com/wireguard v0.0.0-20210927201915-bb745b2ea326
|
|
golang.zx2c4.com/wireguard/windows v0.4.10
|
|
google.golang.org/appengine v1.6.7 // 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/klog/v2 v2.10.0 // indirect
|
|
k8s.io/kubectl v0.21.2
|
|
)
|