From e0e4709243d8301bcbb0aaaa309be66944c1d9ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:27:59 +0000 Subject: [PATCH] fix(deps): update module gocloud.dev to v0.40.0 (#1422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gocloud.dev](https://redirect.github.com/google/go-cloud) | `v0.39.0` -> `v0.40.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/gocloud.dev/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gocloud.dev/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gocloud.dev/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gocloud.dev/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/go-cloud (gocloud.dev) ### [`v0.40.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.40.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.39.0...v0.40.0) #### What's Changed - blob/all: disable Upload optimization when WriterOptions.ContentMD5 is set by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3478](https://redirect.github.com/google/go-cloud/pull/3478) - blob/s3blob: custom endpoints with s3 and aws sdk v2 by [@​caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/google/go-cloud/pull/3473](https://redirect.github.com/google/go-cloud/pull/3473) - blob/all: Don't require SetIOFSCallback be called to use io/fs.FS functions by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3479](https://redirect.github.com/google/go-cloud/pull/3479) - blob/s3blob: fix data race by [@​arjunnair1997](https://redirect.github.com/arjunnair1997) in [https://github.com/google/go-cloud/pull/3480](https://redirect.github.com/google/go-cloud/pull/3480) - blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for AZURE_STORAGE_CONNECTION_STRING by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3483](https://redirect.github.com/google/go-cloud/pull/3483) - s3blob/blob: support additional endpoint query parameters by [@​stanhu](https://redirect.github.com/stanhu) in [https://github.com/google/go-cloud/pull/3486](https://redirect.github.com/google/go-cloud/pull/3486) - blob/gcsblob: Allow providing options for storage.NewClient by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3493](https://redirect.github.com/google/go-cloud/pull/3493) - aws: Add support for non-camelcased version of two URL parameters by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3494](https://redirect.github.com/google/go-cloud/pull/3494) - Add disableHTTPS and usePathStyle s3v2.Options as query param by [@​khrm](https://redirect.github.com/khrm) in [https://github.com/google/go-cloud/pull/3491](https://redirect.github.com/google/go-cloud/pull/3491) - aws: add rate_limiter_capacity to configure client-side rate limits by [@​stanhu](https://redirect.github.com/stanhu) in [https://github.com/google/go-cloud/pull/3497](https://redirect.github.com/google/go-cloud/pull/3497) #### New Contributors - [@​caarlos0](https://redirect.github.com/caarlos0) made their first contribution in [https://github.com/google/go-cloud/pull/3473](https://redirect.github.com/google/go-cloud/pull/3473) - [@​arjunnair1997](https://redirect.github.com/arjunnair1997) made their first contribution in [https://github.com/google/go-cloud/pull/3480](https://redirect.github.com/google/go-cloud/pull/3480) - [@​bdon](https://redirect.github.com/bdon) made their first contribution in [https://github.com/google/go-cloud/pull/3481](https://redirect.github.com/google/go-cloud/pull/3481) - [@​khrm](https://redirect.github.com/khrm) made their first contribution in [https://github.com/google/go-cloud/pull/3491](https://redirect.github.com/google/go-cloud/pull/3491) **Full Changelog**: https://github.com/google/go-cloud/compare/v0.39.0...v0.40.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/go.mod | 2 +- core/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/go.mod b/core/go.mod index e4d17a07b..bc9afdf1c 100644 --- a/core/go.mod +++ b/core/go.mod @@ -31,7 +31,7 @@ require ( go.opentelemetry.io/otel/trace v1.30.0 go.uber.org/mock v0.5.0 go.uber.org/zap v1.27.0 - gocloud.dev v0.39.0 + gocloud.dev v0.40.0 golang.org/x/crypto v0.27.0 golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 golang.org/x/mod v0.21.0 diff --git a/core/go.sum b/core/go.sum index 87008d64d..a9cc9d580 100644 --- a/core/go.sum +++ b/core/go.sum @@ -295,6 +295,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= gocloud.dev v0.39.0 h1:EYABYGhAalPUaMrbSKOr5lejxoxvXj99nE8XFtsDgds= gocloud.dev v0.39.0/go.mod h1:drz+VyYNBvrMTW0KZiBAYEdl8lbNZx+OQ7oQvdrFmSQ= +gocloud.dev v0.40.0 h1:f8LgP+4WDqOG/RXoUcyLpeIAGOcAbZrZbDQCUee10ng= +gocloud.dev v0.40.0/go.mod h1:drz+VyYNBvrMTW0KZiBAYEdl8lbNZx+OQ7oQvdrFmSQ= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=