Skip to content

deps: bump the gomod group across 1 directory with 5 updates#35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-e314ce1b3b
Open

deps: bump the gomod group across 1 directory with 5 updates#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-e314ce1b3b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 4 updates in the / directory: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/s3 and github.com/sethvargo/go-limiter.

Updates github.com/aws/aws-sdk-go-v2 from 1.42.0 to 1.42.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.30

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.24 to 1.19.29

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.104.0 to 1.105.2

Commits

Updates github.com/sethvargo/go-limiter from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/sethvargo/go-limiter's releases.

v1.2.0

Performance

memorystore now stores buckets in a sync.Map. Profiling showed the old global RWMutex read lock was the bottleneck under concurrency: every Take mutated one shared atomic counter, so all cores bounced that cache line. The concurrent, many-key Take path is up to ~6x faster, and go-limiter is now the fastest per-key rate limiter in the comparison suite.

Go 1.25

The module now requires Go 1.25. The separate tools/ module and the lint apparatus are gone in favor of plain go test.

Bug fixes

  • memorystore.Set with a zero interval no longer panics (divide-by-zero in tick); it falls back to the store's configured interval.
  • httplimit emits the rate-limit reset and Retry-After headers as valid RFC 9110 HTTP-dates in GMT (http.TimeFormat) instead of ... UTC.
  • bucket burst is now a saturating add, so a large burst can't overflow a uint64 and wrap to a smaller value.

Notes

  • memorystore.Config.InitialAlloc is now a no-op (retained for compatibility). sync.Map has no pre-sizing.

Full changelog: sethvargo/go-limiter@v1.1.0...v1.2.0

Commits

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 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [github.com/sethvargo/go-limiter](https://github.com/sethvargo/go-limiter).


Updates `github.com/aws/aws-sdk-go-v2` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.0...v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.25 to 1.32.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.25...config/v1.32.30)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.24 to 1.19.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.24...credentials/v1.19.29)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.104.0 to 1.105.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.104.0...service/s3/v1.105.2)

Updates `github.com/sethvargo/go-limiter` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/sethvargo/go-limiter/releases)
- [Commits](sethvargo/go-limiter@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.30
  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.19.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.105.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/sethvargo/go-limiter
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jul 20, 2026
@dependabot
dependabot Bot requested a review from refringe as a code owner July 20, 2026 18:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
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.

0 participants