2022-08-19 15:32:06 +00:00
|
|
|
module github.com/external-secrets/external-secrets-e2e
|
|
|
|
|
2024-06-20 15:50:49 +00:00
|
|
|
go 1.22.4
|
2022-08-19 15:32:06 +00:00
|
|
|
|
2024-06-15 12:49:30 +00:00
|
|
|
replace (
|
|
|
|
github.com/Masterminds/sprig/v3 => github.com/external-secrets/sprig/v3 v3.3.0
|
|
|
|
github.com/external-secrets/external-secrets => ../
|
|
|
|
)
|
2022-10-29 18:15:50 +00:00
|
|
|
|
2022-08-19 15:32:06 +00:00
|
|
|
replace (
|
2022-10-06 17:14:13 +00:00
|
|
|
github.com/external-secrets/external-secrets v0.0.0 => ../
|
2022-10-29 18:15:50 +00:00
|
|
|
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
|
2024-04-30 17:52:59 +00:00
|
|
|
k8s.io/api => k8s.io/api v0.30.0
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.30.0
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.30.0
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.30.0
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.30.0
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.30.0
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.30.0
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.30.0
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.30.0
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.30.0
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.30.0
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.30.0
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.30.0
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.30.0
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.0
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.0
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.0
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.0
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.30.0
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.30.0
|
|
|
|
k8s.io/kubernetes => k8s.io/kubernetes v1.30.0
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.30.0
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.30.0
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.30.0
|
|
|
|
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.30.0
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.0
|
2022-08-19 15:32:06 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-29 20:34:12 +00:00
|
|
|
cloud.google.com/go/secretmanager v1.13.5
|
2023-02-07 13:08:01 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
2023-10-29 20:51:39 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29
|
2024-06-03 22:23:14 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
|
2024-02-01 15:48:07 +00:00
|
|
|
github.com/DelineaXPM/dsv-sdk-go/v2 v2.1.2
|
2024-07-10 17:32:17 +00:00
|
|
|
github.com/DelineaXPM/tss-sdk-go/v2 v2.0.1
|
2023-12-25 11:31:26 +00:00
|
|
|
github.com/akeylesslabs/akeyless-go-cloud-id v0.3.5
|
2024-04-16 23:31:41 +00:00
|
|
|
github.com/akeylesslabs/akeyless-go/v3 v3.6.3
|
2023-04-05 19:15:18 +00:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.271
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.55.3
|
2024-07-22 13:12:13 +00:00
|
|
|
github.com/cyberark/conjur-api-go v0.12.3
|
2022-10-06 17:14:13 +00:00
|
|
|
github.com/external-secrets/external-secrets v0.0.0
|
2024-01-18 20:03:07 +00:00
|
|
|
github.com/fluxcd/helm-controller/api v0.37.2
|
|
|
|
github.com/fluxcd/pkg/apis/meta v1.2.0
|
|
|
|
github.com/fluxcd/source-controller/api v1.2.3
|
2023-02-20 10:03:07 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2024-06-03 19:31:52 +00:00
|
|
|
github.com/hashicorp/vault/api v1.14.0
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.19.1
|
|
|
|
github.com/onsi/gomega v1.34.0
|
|
|
|
github.com/oracle/oci-go-sdk/v65 v65.69.3
|
2024-07-18 07:22:11 +00:00
|
|
|
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29
|
2024-07-22 13:12:13 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.107.0
|
2024-06-15 12:49:30 +00:00
|
|
|
golang.org/x/oauth2 v0.21.0
|
2024-07-29 20:34:12 +00:00
|
|
|
google.golang.org/api v0.189.0
|
2024-07-22 13:12:13 +00:00
|
|
|
k8s.io/api v0.30.3
|
|
|
|
k8s.io/apiextensions-apiserver v0.30.3
|
|
|
|
k8s.io/apimachinery v0.30.3
|
2022-10-06 17:14:13 +00:00
|
|
|
k8s.io/client-go v1.5.2
|
2024-07-18 07:22:11 +00:00
|
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
|
2024-06-15 12:49:30 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.18.4
|
2023-10-30 12:20:26 +00:00
|
|
|
sigs.k8s.io/yaml v1.4.0
|
2024-02-27 08:36:53 +00:00
|
|
|
software.sslmate.com/src/go-pkcs12 v0.4.0
|
2022-08-19 15:32:06 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-29 20:34:12 +00:00
|
|
|
cloud.google.com/go/auth v0.7.2 // indirect
|
2024-07-18 07:22:11 +00:00
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.5.0 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
cloud.google.com/go/iam v1.1.12 // indirect
|
2024-06-15 12:49:30 +00:00
|
|
|
dario.cat/mergo v1.0.0 // indirect
|
2024-07-22 13:12:13 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 // indirect
|
2024-06-24 11:17:12 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
|
2024-07-22 13:12:13 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2024-06-03 22:23:14 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
|
2022-10-06 17:14:13 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
2022-08-19 15:32:06 +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
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2024-03-10 01:24:55 +00:00
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
2024-02-22 00:42:58 +00:00
|
|
|
github.com/alessio/shellescape v1.4.2 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-02-22 00:42:58 +00:00
|
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
2024-04-13 08:32:30 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-07-18 07:22:11 +00:00
|
|
|
github.com/danieljoos/wincred v1.2.2 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-04-13 08:32:30 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2024-06-03 22:23:14 +00:00
|
|
|
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
|
2024-02-01 15:48:07 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
|
2023-12-18 21:08:16 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2024-01-18 20:03:07 +00:00
|
|
|
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
|
|
|
|
github.com/fluxcd/pkg/apis/kustomize v1.2.0 // indirect
|
2023-10-30 12:20:26 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
|
2024-06-03 19:31:52 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-12-18 21:08:16 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-03-19 00:03:52 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
2024-04-30 17:52:59 +00:00
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
2024-06-03 19:31:52 +00:00
|
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
2024-02-22 00:42:58 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2024-03-19 00:03:52 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-03-19 00:03:52 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2023-08-28 09:50:46 +00:00
|
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
2023-10-17 17:30:09 +00:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
|
|
|
github.com/google/s2a-go v0.1.8 // indirect
|
2024-02-01 15:48:07 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2023-10-30 12:20:26 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
|
2024-04-30 17:52:59 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-06-03 22:23:14 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2023-10-30 12:20:26 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
|
2023-11-20 10:43:16 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
|
2023-02-07 13:08:01 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
|
2024-06-15 12:49:30 +00:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2023-06-05 17:51:13 +00:00
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-10-29 20:51:39 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
2024-07-18 07:22:11 +00:00
|
|
|
github.com/lestrrat-go/httprc v1.0.6 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
github.com/lestrrat-go/jwx/v2 v2.1.1 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
2022-10-06 17:14:13 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-10-25 11:45:38 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
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
|
2022-10-06 17:14:13 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-04-30 17:52:59 +00:00
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2022-11-09 20:44:07 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
2024-01-10 22:59:43 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-05-13 22:49:55 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.1 // indirect
|
2024-04-13 08:32:30 +00:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-07-01 14:02:33 +00:00
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
2024-06-03 22:23:14 +00:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0 // indirect
|
2024-01-25 09:34:47 +00:00
|
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
2024-04-16 23:31:41 +00:00
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
2024-02-22 00:42:58 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2024-05-07 23:04:09 +00:00
|
|
|
github.com/sony/gobreaker v1.0.0 // indirect
|
2023-11-29 19:45:52 +00:00
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-02-19 23:29:05 +00:00
|
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
2023-02-07 13:08:01 +00:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2023-08-01 12:38:47 +00:00
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2024-06-15 12:49:30 +00:00
|
|
|
github.com/zalando/go-keyring v0.2.5 // indirect
|
2022-12-12 17:37:22 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-07-08 12:42:38 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
|
|
golang.org/x/crypto v0.25.0 // indirect
|
2024-07-22 13:12:13 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
2024-07-08 12:42:38 +00:00
|
|
|
golang.org/x/net v0.27.0 // indirect
|
2024-04-13 08:32:30 +00:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
2024-07-08 12:42:38 +00:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
golang.org/x/term v0.22.0 // indirect
|
2024-06-15 12:49:30 +00:00
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2023-11-29 19:45:52 +00:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-07-08 12:42:38 +00:00
|
|
|
golang.org/x/tools v0.23.0 // indirect
|
2023-08-15 11:19:21 +00:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20240725223205-93522f1f2a9f // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240725223205-93522f1f2a9f // indirect
|
2024-07-08 12:42:38 +00:00
|
|
|
google.golang.org/grpc v1.65.0 // indirect
|
2024-06-17 16:30:10 +00:00
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-10-06 17:14:13 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
grpc.go4.org v0.0.0-20170609214715-11d0a25b4919 // indirect
|
2024-06-24 11:17:12 +00:00
|
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
2024-07-29 20:34:12 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20240726031636-6f6746feab9c // indirect
|
2023-02-07 13:08:01 +00:00
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
2023-11-06 14:08:05 +00:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
2022-08-19 15:32:06 +00:00
|
|
|
)
|