go.mod: bump gocloud.dev from 0.45.0 to 0.46.0#71
Conversation
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>
There was a problem hiding this comment.
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.
|
Looks like gocloud.dev is up-to-date now, so this is no longer needed. |
Bumps gocloud.dev from 0.45.0 to 0.46.0.
Release notes
Sourced from gocloud.dev's releases.
Commits
60f0d74all: prereleasea1725f0blob/s3blob: migrate from deprecated s3/manager to s3/transfermanager (#3717)7eadd65aws: add AWS IAM Role assumption support (#3716)054c82epostgres/awspostgres: add IAM authentication support (#3713)2b85c85docs: fix Pub/Sub subscribe wording (#3714)b9dee8dbuild: add top-level permissions restriction to tests workflow (#3711)45a8cfcdocstore: support unwrapping ActionListError for use with errors.Is (#3705)78b5976all: support typed errors and errors.Is for error codes (#3708)595f8b6all: update another otel dep (#3701)c903aefall: update otel deps (#3699)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)