mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
100 lines
4.7 KiB
Modula-2
100 lines
4.7 KiB
Modula-2
module github.com/wencaiwulue/kubevpn
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cilium/ipam v0.0.0-20211026130907-54a76012817c
|
|
github.com/containerd/containerd v1.5.7
|
|
github.com/docker/libcontainer v2.2.1+incompatible
|
|
github.com/envoyproxy/go-control-plane v0.10.1
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/googleapis/gnostic v0.5.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // 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/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
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
|
golang.zx2c4.com/wireguard v0.0.0-20211209221555-9c9e7e272434
|
|
golang.zx2c4.com/wireguard/windows v0.4.10
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
|
|
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/go-errors/errors v1.0.1 // indirect
|
|
github.com/go-logr/logr v0.4.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.3 // indirect
|
|
github.com/go-openapi/spec v0.19.5 // indirect
|
|
github.com/go-openapi/swag v0.19.5 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // 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.1 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // 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/russross/blackfriday v1.5.2 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
k8s.io/component-base v0.21.2 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
|
|
sigs.k8s.io/kustomize/api v0.8.8 // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.10.17 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|