Skip to content

Commit

Permalink
fix(deps): update module gocloud.dev to v0.40.0 (#1422)
Browse files Browse the repository at this point in the history
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

<details>
<summary>google/go-cloud (gocloud.dev)</summary>

###
[`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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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**:
google/go-cloud@v0.39.0...v0.40.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 0c6fd7f commit e0e4709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit e0e4709

Please sign in to comment.