Skip to content

build(deps): bump the gomod group across 1 directory with 6 updates - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-49c5e87307
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-49c5e87307

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026 •

Copy link
Copy Markdown

Bumps the gomod group with 6 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.33.4 1.33.5
github.com/aws/aws-sdk-go-v2/credentials 1.20.4 1.20.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.49.0 1.50.0
github.com/aws/smithy-go 1.28.1 1.28.2
github.com/valkey-io/valkey-go 1.0.77 1.0.78
github.com/valkey-io/valkey-go/mock 1.0.77 1.0.78

Updates github.com/aws/aws-sdk-go-v2/config from 1.33.4 to 1.33.5

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.20.4 to 1.20.5

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.49.0 to 1.50.0

Commits

Updates github.com/aws/smithy-go from 1.28.1 to 1.28.2

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-09-18)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.2
    • Bug Fix: Avoid allocating a slice in ValidateEndpointHost by indexing into the hostname instead of using strings.Split.
    • Bug Fix: Fix event stream decode panic on unknown header value type.
    • Bug Fix: Fix schema-serde CBOR decode panic on malformed string/blob length.
    • Bug Fix: JoinPath keeps a trailing slash when the added path is a slash.

Release (2026-08-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.1
    • Bug Fix: Fix broken AddLogger middleware since its insert point was removed.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.

... (truncated)

Commits
  • 9b28af0 Release 2026-09-18
  • f59df88 Avoid slice allocation in ValidateEndpointHost (#705)
  • 7c16d7f fix decode panic on event stream header type and bad cbor string/blob len (#713)
  • c60819a fix initial-message race (#712)
  • d05a672 fix v2 event streams orphaning the result channel on error paths in schema-se...
  • fe95176 Revert "fix v2 event streams orphaning the result channel on error paths in s...
  • 9847245 fix v2 event streams orphaning the result channel on error paths in schema-serde
  • 9eba49f Print stacktrace when smithy-build fails (#708)
  • 959c6ab Keep a trailing slash when JoinPath right operand is a slash. (#698)
  • d253285 update README
  • See full diff in compare view

Updates github.com/valkey-io/valkey-go from 1.0.77 to 1.0.78

Release notes

Sourced from github.com/valkey-io/valkey-go's releases.

1.0.78

Changes

  • feat: add opt-in PreferClusterShards to use CLUSTER SHARDS before version 8 (#181)
  • feat: add CLUSTERSCAN command builders (#171)
  • feat: add MSetEX helper (#156)
  • feat: provide valkeyaside ser/de funcs with context and cache key (#170)
  • feat: add InfoMap to valkeycompat (#163)
  • feat: add GetToBuffer to valkeycompat (#158)
  • feat: add SetFromBuffer to valkeycompat for go-redis parity (#165)
  • feat: add SlowLogLen to valkeycompat (#167)
  • feat: add ReplicaOf to valkeycompat (#168)
  • fix: re-pick unfinished cluster commands between retry iterations (#151)
  • fix: close conns added to c.conns while cluster _refresh is unlocked (#161)
  • fix: parse AsIntMap values as base 10
  • fix: resolve the ?addr=:port shorthand against the primary host
  • fix: prevent canceled valkeyaside cache fills from leaking locks
  • fix: make valkeycompatmock Cache() mockable via the expectation queue
  • fix: avoid nil cache panic with disabled static-TTL multi-cache (#150)
  • perf: consolidate keyless cluster commands onto one conn on retry (#180)
  • docs: mention ShardsRefreshInterval alongside SendToReplicas for cluster replicas (#154)

Contributors

We'd like to thank all the contributors who worked on this release!

@​DhruvilK7, @​Makarechi, @​NotAFlightRisk, @​SomSamantray, @​frozenbonito, @​kumariam-ai, @​kurochan, @​naoto-naka-safie, @​nelzblooket, @​rueian and @​sonalijhala-23

Commits
  • 09e9250 feat: bump v1.0.78
  • 737e583 feat(cluster): add opt-in PreferClusterShards to use CLUSTER SHARDS before ve...
  • 12c94e0 perf(cluster): consolidate keyless commands onto one conn on retry (#180)
  • d745f13 provide ser/de funcs with context and cache key (#170)
  • 471343a valkeycompat: add ReplicaOf command support to adapter, pipeline (#168)
  • 8da691f fix(cluster): re-pick unfinished commands between retry iterations (#151)
  • 9b73f94 valkeycompat: add SlowLogLen support for adapter and pipeline (#167)
  • 9767656 feat(cluster): add CLUSTERSCAN command definition and builders (#171)
  • 82d8608 feat(valkeycompat): add SetFromBuffer for go-redis parity (#165)
  • 92ebbc1 GetToBuffer code latest changes (#158)
  • Additional commits viewable in compare view

Updates github.com/valkey-io/valkey-go/mock from 1.0.77 to 1.0.78

Release notes

Sourced from github.com/valkey-io/valkey-go/mock's releases.

1.0.78

Changes

  • feat: add opt-in PreferClusterShards to use CLUSTER SHARDS before version 8 (#181)
  • feat: add CLUSTERSCAN command builders (#171)
  • feat: add MSetEX helper (#156)
  • feat: provide valkeyaside ser/de funcs with context and cache key (#170)
  • feat: add InfoMap to valkeycompat (#163)
  • feat: add GetToBuffer to valkeycompat (#158)
  • feat: add SetFromBuffer to valkeycompat for go-redis parity (#165)
  • feat: add SlowLogLen to valkeycompat (#167)
  • feat: add ReplicaOf to valkeycompat (#168)
  • fix: re-pick unfinished cluster commands between retry iterations (#151)
  • fix: close conns added to c.conns while cluster _refresh is unlocked (#161)
  • fix: parse AsIntMap values as base 10
  • fix: resolve the ?addr=:port shorthand against the primary host
  • fix: prevent canceled valkeyaside cache fills from leaking locks
  • fix: make valkeycompatmock Cache() mockable via the expectation queue
  • fix: avoid nil cache panic with disabled static-TTL multi-cache (#150)
  • perf: consolidate keyless cluster commands onto one conn on retry (#180)
  • docs: mention ShardsRefreshInterval alongside SendToReplicas for cluster replicas (#154)

Contributors

We'd like to thank all the contributors who worked on this release!

@​DhruvilK7, @​Makarechi, @​NotAFlightRisk, @​SomSamantray, @​frozenbonito, @​kumariam-ai, @​kurochan, @​naoto-naka-safie, @​nelzblooket, @​rueian and @​sonalijhala-23

Commits
  • 09e9250 feat: bump v1.0.78
  • 737e583 feat(cluster): add opt-in PreferClusterShards to use CLUSTER SHARDS before ve...
  • 12c94e0 perf(cluster): consolidate keyless commands onto one conn on retry (#180)
  • d745f13 provide ser/de funcs with context and cache key (#170)
  • 471343a valkeycompat: add ReplicaOf command support to adapter, pipeline (#168)
  • 8da691f fix(cluster): re-pick unfinished commands between retry iterations (#151)
  • 9b73f94 valkeycompat: add SlowLogLen support for adapter and pipeline (#167)
  • 9767656 feat(cluster): add CLUSTERSCAN command definition and builders (#171)
  • 82d8608 feat(valkeycompat): add SetFromBuffer for go-redis parity (#165)
  • 92ebbc1 GetToBuffer code latest changes (#158)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.33.4` | `1.33.5` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.20.4` | `1.20.5` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.49.0` | `1.50.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.28.1` | `1.28.2` |
| [github.com/valkey-io/valkey-go](https://github.com/valkey-io/valkey-go) | `1.0.77` | `1.0.78` |
| [github.com/valkey-io/valkey-go/mock](https://github.com/valkey-io/valkey-go) | `1.0.77` | `1.0.78` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.33.4 to 1.33.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.33.4...config/v1.33.5)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.20.4...service/mq/v1.20.5)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.49.0...service/s3/v1.50.0)

Updates `github.com/aws/smithy-go` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.28.1...v1.28.2)

Updates `github.com/valkey-io/valkey-go` from 1.0.77 to 1.0.78
- [Release notes](https://github.com/valkey-io/valkey-go/releases)
- [Commits](valkey-io/valkey-go@v1.0.77...v1.0.78)

Updates `github.com/valkey-io/valkey-go/mock` from 1.0.77 to 1.0.78
- [Release notes](https://github.com/valkey-io/valkey-go/releases)
- [Commits](valkey-io/valkey-go@v1.0.77...v1.0.78)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.20.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/valkey-io/valkey-go
  dependency-version: 1.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/valkey-io/valkey-go/mock
  dependency-version: 1.0.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 22, 2026
@dependabot
dependabot Bot requested a review from nicolaasuni as a code owner September 22, 2026 16:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 22, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 23, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/gomod-49c5e87307 branch September 23, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant