mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
112 lines
4.8 KiB
Modula-2
112 lines
4.8 KiB
Modula-2
module github.com/wencaiwulue/kubevpn
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cilium/ipam v0.0.0-20220824141044-46ef3d556735
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/envoyproxy/go-control-plane v0.10.3
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/miekg/dns v1.1.50
|
|
github.com/milosgajdos/tenus v0.0.3
|
|
github.com/moby/term v0.0.0-20221205130635-1aeaba878587
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/spf13/cobra v1.6.1
|
|
golang.org/x/net v0.5.0
|
|
golang.org/x/sys v0.4.0
|
|
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/grpc v1.52.0
|
|
google.golang.org/protobuf v1.28.1
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/api v0.26.0
|
|
k8s.io/apimachinery v0.26.0
|
|
k8s.io/cli-runtime v0.26.0
|
|
k8s.io/client-go v0.26.0
|
|
k8s.io/klog/v2 v2.80.1
|
|
k8s.io/kubectl v0.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/containernetworking/cni v1.1.2
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/mattbaird/jsonpatch v0.0.0-20200820163806-098863c1fc24
|
|
github.com/schollz/progressbar/v3 v3.13.0
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/exp v0.0.0-20230113213754-f9f960f08ad4
|
|
golang.org/x/oauth2 v0.4.0
|
|
golang.org/x/term v0.4.0
|
|
k8s.io/utils v0.0.0-20230115233650-391b47cb4029
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/fvbommel/sortorder v1.0.2 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
|
go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
golang.org/x/tools v0.5.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/component-base v0.26.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
)
|