Skip to content

go.mod: bump gocloud.dev from 0.45.0 to 0.46.0#71

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gocloud.dev-0.46.0
Closed

go.mod: bump gocloud.dev from 0.45.0 to 0.46.0#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gocloud.dev-0.46.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps gocloud.dev from 0.45.0 to 0.46.0.

Release notes

Sourced from gocloud.dev's releases.

v0.46.0

BREAKING_CHANGE:

  • blob/s3blob: migrate from deprecated s3/manager to s3/transfermanager by @​vangent in google/go-cloud#3717
    • Only breaking if you're using As to access specific AWS types from the old manager.

What's Changed

all

blob:

runtimevar:

pubsub

docstore

secrets

postgres

New Contributors

Full Changelog: google/go-cloud@v0.45.0...v0.46.0

Commits
  • 60f0d74 all: prerelease
  • a1725f0 blob/s3blob: migrate from deprecated s3/manager to s3/transfermanager (#3717)
  • 7eadd65 aws: add AWS IAM Role assumption support (#3716)
  • 054c82e postgres/awspostgres: add IAM authentication support (#3713)
  • 2b85c85 docs: fix Pub/Sub subscribe wording (#3714)
  • b9dee8d build: add top-level permissions restriction to tests workflow (#3711)
  • 45a8cfc docstore: support unwrapping ActionListError for use with errors.Is (#3705)
  • 78b5976 all: support typed errors and errors.Is for error codes (#3708)
  • 595f8b6 all: update another otel dep (#3701)
  • c903aef all: update otel deps (#3699)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: gocloud.dev
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependabot version/security updates label Jun 3, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed by claude-opus-4-8.

Minor bump gocloud.dev 0.45.0 → 0.46.0 (v0.x, so checked for breaking changes per semver).

The only breaking change in 0.46.0 is the blob/s3blob migration from deprecated s3/manager to s3/transfermanager, which only affects code using As to reach old AWS manager types. This repo uses only the pubsub packages (gocloud.dev/pubsub, kafkapubsub, mempubsub) — no blob/s3 usage — so the breaking change does not apply.

Verified locally: go build ./... and go test ./... both pass. Transitive bumps (AWS SDK, gax-go, otel-grpc instrumentation, genproto/api) resolve cleanly. Note gocloud.dev/pubsub/kafkapubsub remains at 0.45.0 as a separately-versioned module and builds fine alongside 0.46.0.

LGTM.

@github-actions github-actions Bot enabled auto-merge (squash) June 3, 2026 23:41
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 2026

Looks like gocloud.dev is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 3, 2026
auto-merge was automatically disabled June 3, 2026 23:46

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/gocloud.dev-0.46.0 branch June 3, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot version/security updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants