2022-03-02 23:47:27 +00:00
|
|
|
module github.com/k3s-io/k3s
|
2019-09-05 18:55:28 +00:00
|
|
|
|
2022-08-31 22:40:34 +00:00
|
|
|
go 1.19
|
2019-09-05 18:55:28 +00:00
|
|
|
|
|
|
|
replace (
|
2021-12-01 21:14:17 +00:00
|
|
|
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.22
|
2023-01-21 01:31:16 +00:00
|
|
|
github.com/Mirantis/cri-dockerd => github.com/k3s-io/cri-dockerd v0.3.2-0.20230123224936-bcd78c2d21d8 // k3s/release-1.26
|
2022-10-26 10:21:13 +00:00
|
|
|
github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.5.2-0.20221026101626-e01045262706
|
2022-04-14 00:16:22 +00:00
|
|
|
github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.16-k3s1
|
|
|
|
github.com/containerd/stargz-snapshotter => github.com/k3s-io/stargz-snapshotter v0.13.0-k3s1
|
2019-12-12 01:23:09 +00:00
|
|
|
github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
2021-12-16 01:13:36 +00:00
|
|
|
github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible
|
|
|
|
github.com/docker/docker => github.com/docker/docker v20.10.12+incompatible
|
2019-09-27 21:48:43 +00:00
|
|
|
github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20190624125649-f0e46a78ea34
|
2021-07-02 19:55:47 +00:00
|
|
|
github.com/golang/protobuf => github.com/golang/protobuf v1.5.2
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/google/cadvisor => github.com/k3s-io/cadvisor v0.46.0-k3s1
|
2021-11-24 19:03:30 +00:00
|
|
|
github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.5
|
2020-11-30 16:39:38 +00:00
|
|
|
github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.26.0-rc.0-k3s1
|
2022-08-31 23:52:06 +00:00
|
|
|
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.4
|
2021-12-01 21:14:17 +00:00
|
|
|
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
2022-04-25 21:22:04 +00:00
|
|
|
github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.1
|
2022-12-09 23:42:15 +00:00
|
|
|
go.etcd.io/etcd/api/v3 => github.com/k3s-io/etcd/api/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 => github.com/k3s-io/etcd/client/pkg/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/client/v2 => github.com/k3s-io/etcd/client/v2 v2.305.5-k3s1
|
|
|
|
go.etcd.io/etcd/client/v3 => github.com/k3s-io/etcd/client/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/etcdutl/v3 => github.com/k3s-io/etcd/etcdutl/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/pkg/v3 => github.com/k3s-io/etcd/pkg/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/raft/v3 => github.com/k3s-io/etcd/raft/v3 v3.5.5-k3s1
|
|
|
|
go.etcd.io/etcd/server/v3 => github.com/k3s-io/etcd/server/v3 v3.5.5-k3s1
|
|
|
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0
|
|
|
|
go.opentelemetry.io/contrib/propagators/b3 => go.opentelemetry.io/contrib/propagators/b3 v1.10.0
|
|
|
|
go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry => go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric => go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.32.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc => go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.32.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace => go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
|
|
|
|
go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v0.32.1
|
|
|
|
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.10.0
|
|
|
|
go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.10.0
|
|
|
|
go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v0.19.0
|
2022-04-25 21:50:39 +00:00
|
|
|
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
2021-12-16 01:13:36 +00:00
|
|
|
golang.org/x/net => golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
|
|
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368
|
2021-12-01 21:14:17 +00:00
|
|
|
google.golang.org/grpc => google.golang.org/grpc v1.40.0
|
2020-08-10 17:43:49 +00:00
|
|
|
gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/api => github.com/k3s-io/kubernetes/staging/src/k8s.io/api v1.26.1-k3s1
|
|
|
|
k8s.io/apiextensions-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiextensions-apiserver v1.26.1-k3s1
|
|
|
|
k8s.io/apimachinery => github.com/k3s-io/kubernetes/staging/src/k8s.io/apimachinery v1.26.1-k3s1
|
|
|
|
k8s.io/apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/apiserver v1.26.1-k3s1
|
|
|
|
k8s.io/cli-runtime => github.com/k3s-io/kubernetes/staging/src/k8s.io/cli-runtime v1.26.1-k3s1
|
|
|
|
k8s.io/client-go => github.com/k3s-io/kubernetes/staging/src/k8s.io/client-go v1.26.1-k3s1
|
|
|
|
k8s.io/cloud-provider => github.com/k3s-io/kubernetes/staging/src/k8s.io/cloud-provider v1.26.1-k3s1
|
|
|
|
k8s.io/cluster-bootstrap => github.com/k3s-io/kubernetes/staging/src/k8s.io/cluster-bootstrap v1.26.1-k3s1
|
|
|
|
k8s.io/code-generator => github.com/k3s-io/kubernetes/staging/src/k8s.io/code-generator v1.26.1-k3s1
|
|
|
|
k8s.io/component-base => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-base v1.26.1-k3s1
|
|
|
|
k8s.io/component-helpers => github.com/k3s-io/kubernetes/staging/src/k8s.io/component-helpers v1.26.1-k3s1
|
|
|
|
k8s.io/controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/controller-manager v1.26.1-k3s1
|
|
|
|
k8s.io/cri-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/cri-api v1.26.1-k3s1
|
|
|
|
k8s.io/csi-translation-lib => github.com/k3s-io/kubernetes/staging/src/k8s.io/csi-translation-lib v1.26.1-k3s1
|
|
|
|
k8s.io/dynamic-resource-allocation => github.com/k3s-io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation v1.26.1-k3s1
|
2021-10-13 18:46:43 +00:00
|
|
|
k8s.io/klog => github.com/k3s-io/klog v1.0.0-k3s2 // k3s-release-1.x
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/klog/v2 => github.com/k3s-io/klog/v2 v2.80.1-k3s1 // k3s-main
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/kms => github.com/k3s-io/kubernetes/staging/src/k8s.io/kms v1.26.1-k3s1
|
|
|
|
k8s.io/kube-aggregator => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-aggregator v1.26.1-k3s1
|
|
|
|
k8s.io/kube-controller-manager => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-controller-manager v1.26.1-k3s1
|
|
|
|
k8s.io/kube-proxy => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-proxy v1.26.1-k3s1
|
|
|
|
k8s.io/kube-scheduler => github.com/k3s-io/kubernetes/staging/src/k8s.io/kube-scheduler v1.26.1-k3s1
|
|
|
|
k8s.io/kubectl => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubectl v1.26.1-k3s1
|
|
|
|
k8s.io/kubelet => github.com/k3s-io/kubernetes/staging/src/k8s.io/kubelet v1.26.1-k3s1
|
|
|
|
k8s.io/kubernetes => github.com/k3s-io/kubernetes v1.26.1-k3s1
|
|
|
|
k8s.io/legacy-cloud-providers => github.com/k3s-io/kubernetes/staging/src/k8s.io/legacy-cloud-providers v1.26.1-k3s1
|
|
|
|
k8s.io/metrics => github.com/k3s-io/kubernetes/staging/src/k8s.io/metrics v1.26.1-k3s1
|
|
|
|
k8s.io/mount-utils => github.com/k3s-io/kubernetes/staging/src/k8s.io/mount-utils v1.26.1-k3s1
|
|
|
|
k8s.io/node-api => github.com/k3s-io/kubernetes/staging/src/k8s.io/node-api v1.26.1-k3s1
|
|
|
|
k8s.io/pod-security-admission => github.com/k3s-io/kubernetes/staging/src/k8s.io/pod-security-admission v1.26.1-k3s1
|
|
|
|
k8s.io/sample-apiserver => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-apiserver v1.26.1-k3s1
|
|
|
|
k8s.io/sample-cli-plugin => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-cli-plugin v1.26.1-k3s1
|
|
|
|
k8s.io/sample-controller => github.com/k3s-io/kubernetes/staging/src/k8s.io/sample-controller v1.26.1-k3s1
|
2021-03-18 22:40:29 +00:00
|
|
|
mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7
|
2019-09-05 18:55:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2021-12-16 20:00:40 +00:00
|
|
|
github.com/Mirantis/cri-dockerd v0.0.0-00010101000000-000000000000
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/cloudnativelabs/kube-router v0.0.0-00010101000000-000000000000
|
2022-04-14 00:16:22 +00:00
|
|
|
github.com/containerd/cgroups v1.0.3
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/containerd/containerd v1.6.10
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/containerd/fuse-overlayfs-snapshotter v1.0.5
|
|
|
|
github.com/containerd/stargz-snapshotter v0.13.0
|
2022-02-23 12:42:21 +00:00
|
|
|
github.com/coreos/go-iptables v0.6.0
|
2022-06-24 14:59:41 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/docker/docker v20.10.21+incompatible
|
2020-07-27 19:09:21 +00:00
|
|
|
github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
|
2023-02-08 14:18:09 +00:00
|
|
|
github.com/flannel-io/flannel v0.21.1
|
2019-09-05 18:55:28 +00:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
2021-07-02 22:06:02 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-11-04 17:35:29 +00:00
|
|
|
github.com/go-test/deep v1.0.7
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/google/cadvisor v0.46.0
|
2021-08-25 14:28:59 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-12-01 01:06:26 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-03-18 20:03:45 +00:00
|
|
|
github.com/gruntwork-io/terratest v0.40.6
|
2022-11-04 23:07:12 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-11-23 20:31:40 +00:00
|
|
|
github.com/k3s-io/helm-controller v0.13.1
|
2023-02-16 23:18:31 +00:00
|
|
|
github.com/k3s-io/kine v0.9.9
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/klauspost/compress v1.15.12
|
2019-09-27 21:48:43 +00:00
|
|
|
github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000
|
2021-07-02 22:06:02 +00:00
|
|
|
github.com/lib/pq v1.10.2
|
2022-10-21 19:16:10 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
2022-08-01 21:40:49 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.33
|
2019-09-05 18:55:28 +00:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.4.0
|
|
|
|
github.com/onsi/gomega v1.24.0
|
2022-08-27 01:33:13 +00:00
|
|
|
github.com/opencontainers/runc v1.1.4
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/opencontainers/selinux v1.10.2
|
2022-02-24 22:35:08 +00:00
|
|
|
github.com/otiai10/copy v1.7.0
|
2020-03-26 21:07:15 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-10-19 20:28:36 +00:00
|
|
|
github.com/rancher/dynamiclistener v0.3.5
|
2023-01-26 23:47:28 +00:00
|
|
|
github.com/rancher/lasso v0.0.0-20221227210133-6ea88ca2fbcc
|
2022-06-29 18:50:21 +00:00
|
|
|
github.com/rancher/remotedialer v0.2.6-0.20220624190122-ea57207bf2b8
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/rancher/wharfie v0.5.3
|
2023-01-26 23:47:28 +00:00
|
|
|
github.com/rancher/wrangler v1.0.1-0.20230112175341-ce552e665720
|
Galal hussein etcd backup restore (#2154)
* Add etcd snapshot and restore
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* fix error logs
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* goimports
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* fix flag describtion
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* Add disable snapshot and retention
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* use creation time for snapshot retention
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
* unexport method, update var name
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* adjust snapshot flags
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update var name, string concat
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* revert previous change, create constants
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* updates
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* type assertion error checking
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* pr remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* pr remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* pr remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* pr remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* pr remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* updates
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* updates
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* simplify logic, remove unneeded function
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update flags
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update flags
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* add comment
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* exit on restore completion, update flag names, move retention check
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* exit on restore completion, update flag names, move retention check
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* exit on restore completion, update flag names, move retention check
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update disable snapshots flag and field names
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* move function
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update field names
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update var and field names
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update var and field names
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update defaultSnapshotIntervalMinutes to 12 like rke
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update directory perms
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update etc-snapshot-dir usage
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update interval to 12 hours
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* fix usage typo
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* add cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* add cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* add cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* wire in cron
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update deps target to work, add build/data target for creation, and generate
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* remove dead make targets
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* error handling, cluster reset functionality
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* error handling, cluster reset functionality
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* update
Signed-off-by: Brian Downs <brian.downs@gmail.com>
* remove intermediate dapper file
Signed-off-by: Brian Downs <brian.downs@gmail.com>
Co-authored-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
2020-08-28 23:57:40 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2022-06-28 13:01:15 +00:00
|
|
|
github.com/rootless-containers/rootlesskit v1.0.1
|
2022-08-01 21:40:49 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-11-21 21:01:36 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-01-26 23:47:28 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-05-13 20:09:57 +00:00
|
|
|
github.com/urfave/cli v1.22.9
|
2022-05-07 19:04:39 +00:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2022-04-04 21:54:50 +00:00
|
|
|
github.com/yl2chen/cidranger v1.0.2
|
2022-12-09 23:42:15 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.5
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.5
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.5
|
2022-04-27 20:44:15 +00:00
|
|
|
go.etcd.io/etcd/etcdutl/v3 v3.5.4
|
2022-12-09 23:42:15 +00:00
|
|
|
go.etcd.io/etcd/server/v3 v3.5.5
|
2023-01-20 21:40:26 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
|
|
|
golang.org/x/crypto v0.5.0
|
|
|
|
golang.org/x/net v0.5.0
|
|
|
|
golang.org/x/sync v0.1.0
|
|
|
|
golang.org/x/sys v0.4.0
|
|
|
|
google.golang.org/grpc v1.51.0
|
2021-03-18 22:40:29 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-06-21 05:52:54 +00:00
|
|
|
inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/api v0.26.1
|
|
|
|
k8s.io/apimachinery v0.26.1
|
|
|
|
k8s.io/apiserver v0.26.1
|
2019-09-05 18:55:28 +00:00
|
|
|
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/cloud-provider v0.26.1
|
2022-12-07 01:44:53 +00:00
|
|
|
k8s.io/cluster-bootstrap v0.0.0
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/component-base v0.26.1
|
|
|
|
k8s.io/component-helpers v0.26.1
|
|
|
|
k8s.io/cri-api v0.26.1
|
2019-12-12 01:23:09 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/kubectl v0.25.0
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/kubernetes v1.26.1
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
|
2021-12-16 01:13:36 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2019-09-05 18:55:28 +00:00
|
|
|
)
|
2022-08-31 22:40:34 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.97.0 // indirect
|
|
|
|
cloud.google.com/go/storage v1.10.0 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go v55.0.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/mocks v0.4.2 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b // indirect
|
|
|
|
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
|
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.5 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
|
|
github.com/Rican7/retry v0.1.0 // indirect
|
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
|
|
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e // indirect
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
2023-02-08 14:18:09 +00:00
|
|
|
github.com/avast/retry-go/v4 v4.3.2 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.116 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
|
|
github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd // indirect
|
|
|
|
github.com/canonical/go-dqlite v1.5.1 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
|
|
github.com/checkpoint-restore/go-criu/v5 v5.3.0 // indirect
|
|
|
|
github.com/cilium/ebpf v0.7.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/container-storage-interface/spec v1.7.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
|
|
|
github.com/containerd/fifo v1.0.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/containerd/go-cni v1.1.6 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/containerd/go-runc v1.0.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
|
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/containernetworking/cni v1.1.2 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/containernetworking/plugins v1.1.1 // indirect
|
|
|
|
github.com/coreos/go-oidc v2.1.0+incompatible // indirect
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/daviddengcn/go-colortext v1.0.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/docker/cli v20.10.21+incompatible // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
|
|
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
|
|
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
|
|
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
|
|
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
|
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/go-openapi/swag v0.19.14 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-01-19 15:56:32 +00:00
|
|
|
github.com/google/cel-go v0.12.6 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/google/go-containerregistry v0.7.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-getter v1.5.9 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.3.0 // indirect
|
|
|
|
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
|
|
|
|
github.com/hashicorp/terraform-json v0.13.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/karrick/godirwalk v1.17.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
|
|
|
|
github.com/libopenstorage/openstorage v1.0.0 // indirect
|
|
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
|
|
github.com/lithammer/dedent v1.1.0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
|
|
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/mdlayher/genetlink v1.1.0 // indirect
|
|
|
|
github.com/mdlayher/netlink v1.4.2 // indirect
|
|
|
|
github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
|
|
|
|
github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989 // indirect
|
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
|
|
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/moby/ipvs v1.0.1 // indirect
|
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
|
|
github.com/mrunalp/fileutils v0.5.0 // indirect
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
|
|
github.com/nats-io/jsm.go v0.0.31-0.20220317133147-fe318f464eee // indirect
|
2022-10-21 19:16:10 +00:00
|
|
|
github.com/nats-io/nats.go v1.17.1-0.20220923204156-36d2b654c70f // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
|
|
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
|
|
github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 // indirect
|
|
|
|
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
|
|
|
|
github.com/shengdoushi/base58 v1.0.0 // indirect
|
|
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/spf13/cobra v1.6.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/stoewer/go-strcase v1.2.0 // indirect
|
2023-01-26 23:47:28 +00:00
|
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/tmccombs/hcl2json v0.3.3 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
github.com/urfave/cli/v2 v2.23.5 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/vishvananda/netns v0.0.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/vmware/govmomi v0.20.3 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
|
|
github.com/zclconf/go-cty v1.9.1 // indirect
|
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
go.etcd.io/etcd/client/v2 v2.305.5 // indirect
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.5.5 // indirect
|
|
|
|
go.etcd.io/etcd/raft/v3 v3.5.5 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.35.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.31.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
golang.org/x/mod v0.6.0 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
golang.org/x/oauth2 v0.3.0 // indirect
|
|
|
|
golang.org/x/term v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
golang.org/x/tools v0.2.0 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20220117163742-e0b8f11489c5 // indirect
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211230205640-daad0b7ba671 // indirect
|
|
|
|
google.golang.org/api v0.60.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-01-20 21:40:26 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230106154932-a12b697841d9 // indirect
|
2022-11-16 00:17:47 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
gopkg.in/gcfg.v1 v1.2.0 // indirect
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
|
|
gopkg.in/warnings.v0 v0.1.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
honnef.co/go/tools v0.2.2 // indirect
|
2023-01-26 23:47:28 +00:00
|
|
|
k8s.io/apiextensions-apiserver v0.25.4 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
k8s.io/cli-runtime v0.22.2 // indirect
|
2023-01-26 23:47:28 +00:00
|
|
|
k8s.io/code-generator v0.25.4 // indirect
|
2022-11-11 16:08:06 +00:00
|
|
|
k8s.io/controller-manager v0.25.4 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
k8s.io/csi-translation-lib v0.0.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/dynamic-resource-allocation v0.0.0 // indirect
|
|
|
|
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
|
2022-10-19 20:28:36 +00:00
|
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/kms v0.0.0 // indirect
|
2023-01-26 23:47:28 +00:00
|
|
|
k8s.io/kube-aggregator v0.25.4 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
k8s.io/kube-controller-manager v0.0.0 // indirect
|
2022-12-09 23:42:15 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
k8s.io/kube-proxy v0.0.0 // indirect
|
|
|
|
k8s.io/kube-scheduler v0.0.0 // indirect
|
|
|
|
k8s.io/kubelet v0.0.0 // indirect
|
|
|
|
k8s.io/legacy-cloud-providers v0.0.0 // indirect
|
|
|
|
k8s.io/metrics v0.0.0 // indirect
|
2023-01-19 15:56:32 +00:00
|
|
|
k8s.io/mount-utils v0.26.1 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
k8s.io/pod-security-admission v0.0.0 // indirect
|
2023-01-19 15:56:32 +00:00
|
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
|
2022-08-31 22:40:34 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/kustomize/api v0.12.1 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7 // indirect
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
|
|
)
|