1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/go.mod

237 lines
11 KiB
Modula-2
Raw Normal View History

2020-11-23 14:21:01 +00:00
module github.com/external-secrets/external-secrets
go 1.21
2020-11-23 14:21:01 +00:00
require (
2023-10-17 17:30:09 +00:00
cloud.google.com/go/iam v1.1.3
cloud.google.com/go/secretmanager v1.11.2
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/adal v0.9.23
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0
github.com/IBM/go-sdk-core/v5 v5.14.1
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.1
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3
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
github.com/akeylesslabs/akeyless-go-cloud-id v0.3.4
github.com/aws/aws-sdk-go v1.45.28
github.com/go-logr/logr v1.2.4
github.com/go-test/deep v1.0.4 // indirect
2023-10-17 17:30:09 +00:00
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.3.1
github.com/googleapis/gax-go/v2 v2.12.0
github.com/hashicorp/vault/api v1.10.0
github.com/hashicorp/vault/api/auth/approle v0.5.0
github.com/hashicorp/vault/api/auth/kubernetes v0.5.0
github.com/hashicorp/vault/api/auth/ldap v0.5.0
github.com/huandu/xstrings v1.4.0 // indirect
github.com/lestrrat-go/jwx v1.2.26
2023-10-17 17:30:09 +00:00
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.27.10
github.com/oracle/oci-go-sdk/v65 v65.49.3
github.com/prometheus/client_golang v1.17.0
2023-10-17 17:30:09 +00:00
github.com/prometheus/client_model v0.5.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.17.0
2023-10-17 17:30:09 +00:00
github.com/xanzy/go-gitlab v0.93.1
github.com/yandex-cloud/go-genproto v0.0.0-20231016102259-4ef84354aa38
2023-10-17 17:30:09 +00:00
github.com/yandex-cloud/go-sdk v0.0.0-20231009081448-02cddfe74c51
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
go.uber.org/zap v1.26.0
2023-10-17 17:30:09 +00:00
golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.13.0
google.golang.org/api v0.148.0
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
google.golang.org/grpc v1.59.0
gopkg.in/yaml.v3 v3.0.1
grpc.go4.org v0.0.0-20170609214715-11d0a25b4919
k8s.io/api v0.28.3
k8s.io/apiextensions-apiserver v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/controller-tools v0.13.0
2020-11-23 14:21:01 +00:00
)
2021-12-27 03:21:10 +00:00
require github.com/1Password/connect-sdk-go v1.5.3
require (
2023-10-17 17:30:09 +00:00
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
github.com/DelineaXPM/dsv-sdk-go/v2 v2.1.0
2023-10-17 17:30:09 +00:00
github.com/akeylesslabs/akeyless-go/v3 v3.5.0
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.4
github.com/alibabacloud-go/kms-20160120/v3 v3.1.0
github.com/alibabacloud-go/openapi-util v0.1.0
github.com/alibabacloud-go/tea v1.2.1
github.com/alibabacloud-go/tea-utils/v2 v2.0.4
github.com/aliyun/credentials-go v1.3.1
github.com/avast/retry-go/v4 v4.5.0
github.com/cyberark/conjur-api-go v0.11.1
github.com/go-openapi/strfmt v0.21.7
2023-05-15 09:11:10 +00:00
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/hashicorp/golang-lru v1.0.2
github.com/hashicorp/vault/api/auth/aws v0.5.0
github.com/hashicorp/vault/api/auth/userpass v0.5.0
github.com/keeper-security/secrets-manager-go/core v1.6.2
github.com/maxbrunsfeld/counterfeiter/v6 v6.7.0
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21
github.com/sethvargo/go-password v0.2.0
github.com/spf13/pflag v1.0.5
github.com/tidwall/sjson v1.2.5
sigs.k8s.io/yaml v1.3.0
)
require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
github.com/alibabacloud-go/debug v1.0.0 // indirect
github.com/alibabacloud-go/endpoint-util v1.1.1 // indirect
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
2023-10-17 17:30:09 +00:00
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-playground/validator/v10 v10.15.5 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/hashicorp/go-secure-stdlib/awsutil v0.2.3 // indirect
2023-05-15 09:11:10 +00:00
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
2023-10-17 17:30:09 +00:00
golang.org/x/sync v0.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
2023-10-17 17:30:09 +00:00
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
)
2021-12-27 03:21:10 +00:00
require (
2023-10-17 17:30:09 +00:00
cloud.google.com/go/compute v1.23.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.4.0 // indirect
2021-12-27 03:21:10 +00:00
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
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
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
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/PaesslerAG/gval v1.2.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2021-12-27 03:21:10 +00:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2021-12-27 03:21:10 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2021-12-27 03:21:10 +00:00
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
2021-12-27 03:21:10 +00:00
github.com/ghodss/yaml v1.0.0 // indirect
2023-05-15 09:11:10 +00:00
github.com/go-logr/zapr v1.2.4 // indirect
github.com/go-openapi/errors v0.20.4 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
Add IBM provider metadata to secret labels and/or annotations (#2429) * Set metadata to external secrets managed by cluster external secrets (#2413) Signed-off-by: shuheiktgw <s-kitagawa@mercari.com> Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Pull secret metadata from IBM Secrets Manager Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Add lower-kebab name transformer to Doppler provider (#2418) Signed-off-by: Joel Watson <joel.watson@doppler.com> Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Fix E2E test setup on non-linux machines (#2414) Signed-off-by: Michael Sauter <michael.sauter@boehringer-ingelheim.com> Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Removing IncludeSecretMetadata from externalsecret_types.go Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Changes to call IBM Secrets Manager once in case of KV Secret Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Removing extra parameters to getKVSecret() is not required Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> * Removing linting errors Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> --------- Signed-off-by: shuheiktgw <s-kitagawa@mercari.com> Signed-off-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> Signed-off-by: Joel Watson <joel.watson@doppler.com> Signed-off-by: Michael Sauter <michael.sauter@boehringer-ingelheim.com> Co-authored-by: Shuhei Kitagawa <shuheiktgw@users.noreply.github.com> Co-authored-by: Vishal Singha Roy <vishal.singha.roy@ibm.com> Co-authored-by: Joel Watson <joel@watsonian.net> Co-authored-by: Michael Sauter <mail@michaelsauter.net>
2023-07-03 06:50:45 +00:00
github.com/go-openapi/jsonreference v0.20.2 // indirect; indirectgithub.com/go-openapi/strfmt v0.21.7 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
2021-12-27 03:21:10 +00:00
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/protobuf v1.5.3 // indirect
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
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2023-05-15 09:11:10 +00:00
github.com/hashicorp/go-hclog v1.5.0 // indirect
2021-12-27 03:21:10 +00:00
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4
2021-12-27 03:21:10 +00:00
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.5 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2021-12-27 03:21:10 +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
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
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
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
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
github.com/modern-go/reflect2 v1.0.2 // indirect
:sparkles: Kubernetes v1.24 upgrade (#1345) * build(deps): bump sigs.k8s.io/controller-runtime from 0.11.2 to 0.12.3 Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.11.2 to 0.12.3. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md) - [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.11.2...v0.12.3) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * feat: bump kubernetes 1.24 Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * fix: backwards-compatible vault implementation Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * feat: add audiences field to serviceAccountRef This will be used by aws, azure, gcp, kubernetes & vault providers in combination with TokenRequest API: it will _append_ audience claims to provider-specific audiences. Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * feat: refactor kubernetes client to match provider/client interfaces the kubernetes provider mixed up provider and client interfaces which made it really hard to reason about. This commit separates into two structs, each implements one interface. The client struct fields have been renamed and annotated so their use and scope is clear. Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * fix: deprecate expirationSeconds expirationSeconds is not needed because we generate a service account token on the fly for a single use. There will be no replacement for this. Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * fix: rename token fetch audiences field Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> * fix: generate CRDs Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz Johner <beller.moritz@googlemail.com>
2022-08-19 15:32:06 +00:00
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2021-12-27 03:21:10 +00:00
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
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
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
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
github.com/shopspring/decimal v1.3.1 // indirect
github.com/sony/gobreaker v0.5.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
2021-12-27 03:21:10 +00:00
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.mongodb.org/mongo-driver v1.12.1 // indirect
go.opencensus.io v0.24.0 // indirect
2023-05-15 09:11:10 +00:00
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
2023-10-17 17:30:09 +00:00
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
2023-10-17 17:30:09 +00:00
golang.org/x/tools v0.14.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
2021-12-27 03:21:10 +00:00
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
2021-12-27 03:21:10 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/component-base v0.28.3 // indirect
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
2021-12-27 03:21:10 +00:00
)