2020-11-23 14:21:01 +00:00
|
|
|
module github.com/external-secrets/external-secrets
|
|
|
|
|
2022-09-06 17:46:36 +00:00
|
|
|
go 1.19
|
2020-11-23 14:21:01 +00:00
|
|
|
|
2021-02-24 19:01:28 +00:00
|
|
|
replace (
|
2022-05-23 14:14:21 +00:00
|
|
|
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
|
|
|
|
github.com/go-test/deep => github.com/go-test/deep v1.0.4
|
2023-01-03 21:11:59 +00:00
|
|
|
k8s.io/api => k8s.io/api v0.26.0
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.0
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.26.0
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.26.0
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.0
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.26.0
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.26.0
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.26.0
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.26.0
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.26.0
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.26.0
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.26.0
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.26.0
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.0
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.0
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.0
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.0
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.26.0
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.26.0
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.26.0
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.26.0
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.26.0
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.26.0
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.26.0
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.26.0
|
2021-02-24 19:01:28 +00:00
|
|
|
)
|
|
|
|
|
2020-11-23 14:21:01 +00:00
|
|
|
require (
|
2022-12-12 17:37:22 +00:00
|
|
|
cloud.google.com/go/iam v0.8.0
|
2022-11-18 23:48:02 +00:00
|
|
|
cloud.google.com/go/secretmanager v1.9.0
|
2023-01-03 21:11:59 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v67.2.0+incompatible
|
2022-08-03 18:05:56 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.28
|
2022-08-15 20:28:05 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.21
|
2022-02-14 08:06:14 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
|
2022-09-19 18:41:53 +00:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0
|
2022-08-22 18:17:32 +00:00
|
|
|
github.com/IBM/go-sdk-core/v5 v5.10.2
|
2022-12-07 17:40:51 +00:00
|
|
|
github.com/IBM/secrets-manager-go-sdk v1.0.49
|
2021-12-29 09:53:29 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2022-12-07 17:40:51 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
2021-12-29 09:53:29 +00:00
|
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
2022-01-14 23:40:12 +00:00
|
|
|
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
|
2022-02-28 08:06:38 +00:00
|
|
|
github.com/akeylesslabs/akeyless-go-cloud-id v0.3.4
|
2022-12-12 17:37:22 +00:00
|
|
|
github.com/akeylesslabs/akeyless-go/v2 v2.20.3
|
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.83
|
2023-01-04 19:51:09 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.172
|
2022-03-28 08:07:49 +00:00
|
|
|
github.com/go-logr/logr v1.2.3
|
2022-05-23 14:14:21 +00:00
|
|
|
github.com/go-test/deep v1.0.4 // indirect
|
2022-09-13 05:26:28 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2022-02-28 08:06:44 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-11-28 10:46:50 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.7.0
|
|
|
|
github.com/hashicorp/vault/api v1.8.2
|
2022-09-27 10:16:18 +00:00
|
|
|
github.com/hashicorp/vault/api/auth/approle v0.3.0
|
2022-09-27 12:23:44 +00:00
|
|
|
github.com/hashicorp/vault/api/auth/kubernetes v0.3.0
|
2022-10-04 20:37:31 +00:00
|
|
|
github.com/hashicorp/vault/api/auth/ldap v0.3.0
|
2022-12-07 17:40:51 +00:00
|
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
2022-07-12 09:11:29 +00:00
|
|
|
github.com/lestrrat-go/jwx v1.2.25
|
2023-01-03 21:11:59 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.6.1
|
|
|
|
github.com/onsi/gomega v1.24.2
|
2022-02-07 13:03:49 +00:00
|
|
|
github.com/oracle/oci-go-sdk/v56 v56.1.0
|
2022-11-18 23:48:02 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-10-25 20:42:34 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2022-11-28 10:46:50 +00:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2022-10-31 09:54:52 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-12-12 17:37:22 +00:00
|
|
|
github.com/tidwall/gjson v1.14.4
|
2022-11-21 22:08:35 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.76.0
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/yandex-cloud/go-genproto v0.0.0-20220902133259-5be489ec3a5d
|
|
|
|
github.com/yandex-cloud/go-sdk v0.0.0-20220902133848-327f1859d27a
|
2021-04-23 06:22:23 +00:00
|
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
|
2022-12-07 17:40:51 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
2023-01-03 21:11:59 +00:00
|
|
|
golang.org/x/crypto v0.4.0
|
2022-11-21 22:08:35 +00:00
|
|
|
golang.org/x/oauth2 v0.2.0
|
2022-12-12 17:37:22 +00:00
|
|
|
google.golang.org/api v0.103.0
|
|
|
|
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
|
2022-12-07 17:40:51 +00:00
|
|
|
google.golang.org/grpc v1.51.0
|
2022-07-04 22:44:31 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-12-17 00:25:54 +00:00
|
|
|
grpc.go4.org v0.0.0-20170609214715-11d0a25b4919
|
2023-01-03 21:11:59 +00:00
|
|
|
k8s.io/api v0.26.0
|
|
|
|
k8s.io/apiextensions-apiserver v0.26.0
|
|
|
|
k8s.io/apimachinery v0.26.0
|
2022-09-06 17:46:36 +00:00
|
|
|
k8s.io/client-go v1.5.2
|
2023-01-03 21:11:59 +00:00
|
|
|
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
|
|
|
|
sigs.k8s.io/controller-runtime v0.14.1
|
2022-09-27 20:09:21 +00:00
|
|
|
sigs.k8s.io/controller-tools v0.10.0
|
2020-11-23 14:21:01 +00:00
|
|
|
)
|
2021-12-27 03:21:10 +00:00
|
|
|
|
2022-07-26 12:07:48 +00:00
|
|
|
require github.com/1Password/connect-sdk-go v1.5.0
|
2022-05-09 19:57:51 +00:00
|
|
|
|
2022-09-30 18:41:36 +00:00
|
|
|
require (
|
2022-12-12 17:37:22 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0
|
2022-11-28 10:46:50 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
|
2022-09-30 18:41:36 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2022-11-29 19:04:46 +00:00
|
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
|
2022-10-29 18:15:50 +00:00
|
|
|
github.com/sethvargo/go-password v0.2.0
|
2022-09-30 18:41:36 +00:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
|
|
|
)
|
2022-05-23 14:14:21 +00:00
|
|
|
|
2022-11-09 20:44:07 +00:00
|
|
|
require cloud.google.com/go/compute/metadata v0.2.1 // indirect
|
|
|
|
|
2021-12-27 03:21:10 +00:00
|
|
|
require (
|
2022-11-09 20:44:07 +00:00
|
|
|
cloud.google.com/go/compute v1.12.1 // indirect
|
2022-10-31 09:54:52 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
2022-01-11 19:49:27 +00:00
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2022-12-07 17:40:51 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/PaesslerAG/gval v1.2.0 // indirect
|
|
|
|
github.com/armon/go-metrics v0.4.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
2022-02-07 09:47:13 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2023-01-03 21:11:59 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
2022-10-13 18:24:56 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
2023-01-03 21:11:59 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/go-logr/zapr v1.2.3 // indirect
|
|
|
|
github.com/go-openapi/errors v0.20.3 // indirect
|
2022-05-23 14:14:21 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
2022-08-22 18:17:32 +00:00
|
|
|
github.com/go-openapi/strfmt v0.21.3 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
2022-02-21 08:05:26 +00:00
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/gobuffalo/flect v0.3.0 // indirect
|
|
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-01-03 23:49:34 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
2022-01-11 18:57:08 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/google/gnostic v0.6.9 // indirect
|
2022-01-31 08:09:55 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/google/pprof v0.0.0-20220829040838-70bd9ae97f40 // indirect
|
2022-10-17 18:11:22 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-01-17 08:07:50 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.3.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.5 // indirect
|
2022-05-30 08:05:58 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.1-vault-3 // indirect
|
2022-09-27 10:16:18 +00:00
|
|
|
github.com/hashicorp/vault/sdk v0.6.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-05-23 14:14:21 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-01-11 18:57:08 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-03-22 20:59:01 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2022-02-21 08:05:26 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2022-03-07 08:08:19 +00:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
2022-04-11 08:07:31 +00:00
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2023-01-03 21:11:59 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
2022-06-20 08:07:58 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-01-11 18:57:08 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
2022-11-09 20:44:07 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2022-10-29 18:15:50 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-08-15 19:45:27 +00:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-02-11 11:10:11 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
2022-05-30 12:39:05 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.10.1 // indirect
|
2022-12-12 17:37:22 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-10-17 14:40:18 +00:00
|
|
|
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95
|
2023-01-03 21:11:59 +00:00
|
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/term v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
|
|
|
golang.org/x/time v0.3.0 // indirect
|
|
|
|
golang.org/x/tools v0.4.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-08-15 19:45:27 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-01-19 22:16:45 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-01-03 21:11:59 +00:00
|
|
|
k8s.io/component-base v0.26.0 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
|
|
|
|
k8s.io/klog v1.0.0 // indirect
|
2023-01-03 21:11:59 +00:00
|
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
|
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
2022-09-06 17:46:36 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
2021-12-27 03:21:10 +00:00
|
|
|
)
|