Skip to content

build(deps): bump the go-dependencies group across 1 directory with 9 updates#5488

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-9357fa2e80
Open

build(deps): bump the go-dependencies group across 1 directory with 9 updates#5488
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-9357fa2e80

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the go-dependencies group with 7 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.58.0 1.59.2
github.com/charmbracelet/bubbletea 1.3.5 1.3.10
github.com/gruntwork-io/boilerplate 0.10.1 0.11.1
github.com/gruntwork-io/terratest 0.51.0 0.55.0
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.53.6 1.54.0
github.com/aws/aws-sdk-go-v2/service/s3 1.95.1 1.96.0
github.com/charmbracelet/x/term 0.2.1 0.2.2

Updates cloud.google.com/go/storage from 1.58.0 to 1.59.2

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage 1.59.2

1.59.2 (2026-01-28)

Bug Fixes

  • deadlock in event loop while coordinating channels (#13652) (ff6c8e78)

storage 1.59.1

1.59.1 (2026-01-14)

Bug Fixes

storage 1.59.0

1.59.0 (2026-01-09)

Features

  • add default checksums for appendable writer (excludes appendable takeover writer) (#13379) (647baf32)

Bug Fixes

  • refactor MultiRangeDownloader to resolve deadlock and race conditions (#13524) (1cfd100
Commits
  • cf3fbcb chore: librarian release pull request: 20260128T111026Z (#13737)
  • ff6c8e7 fix(storage): deadlock in event loop while coordinating channels (#13652)
  • 5cd8007 chore: librarian release pull request: 20260114T061057Z (#13597)
  • 585cd82 feat(firestore): [PQ] add pipeline queries
  • 6752a49 fix: remove mandatory attrs response in MRD (#13585)
  • 1347004 chore: skip failing TestIntegration_WriterAppendEdgeCases (#13586)
  • e7723a0 test(storage): add test for MRD with read handle (#13591)
  • 7e730f1 test(datastore): fix flaky tests (#13587)
  • d23326b chore(spanner): add gorm data type names for PG types (#13584)
  • bc92500 fix: don't update global object's readhandle in MRD (#13575)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.10

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.10

Changelog

Bug fixes

  • 9edf69c677c7353eca5fae6d3ea3986af39717b7: fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v1.3.9

Changelog

New Features

  • 314b50c7b452fd737d28582ae9d27c04ea725001: feat: properly call nested sequenceMsg and batchMsg (@​wolfmagnate)

Bug fixes

  • 9e0e8f0df1c55044ed04bd17f4b460e01e94dc9c: fix: recover from nested panics in Sequence and Batch commands (@​aymanbagabas)

Other work

  • 6e1282a76358cb680de9d4de7520f9f99c9e2903: add example for the nested Sequence and Batch (@​wolfmagnate)
  • 0290af4a499ee6a3e22822cebe1e74fdeac313be: simplify case for BatchMsg (@​wolfmagnate)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.8

Changelog

Bug fixes

  • 21eecd586367fd0cd78da6842c48f9c4b1185b6f: fix: send batch commands to cmds channel instead of executing them in event loop (#1473) (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.7

Changelog

Bug fixes

  • 28ab4f41b29fef14d900c46a4873a45891a9ee9b: fix(renderer): properly reset cursor position to start of line (#1472) (@​aymanbagabas)
  • c76509a9d4974207cd66255707d14f4f938f7f52: fix: compact sequences like batches (#958) (@​jdhenke)
  • f5da8d068af74764b271a197de54e2bc2bfedb38: fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463) (@​aymanbagabas)
  • 80ea844a7650c84e13958de14cdd4f63ac1775aa: fix: lint issues in key_windows.go and tty_windows.go (@​aymanbagabas)

Documentation updates

  • c3136ed49037a096fe05c6cb16f0a14a38e20c58: docs(license): update copyright date range (@​meowgorithm)
  • 919805f8f0d134af7e3569b0054c13b561976dfa: docs(readme): update footer art (@​meowgorithm)
  • f01583bb899e125c7a26d3b870eff585ec0f4816: docs: show the correct branch in the build badge (@​aymanbagabas)

Other work

... (truncated)

Commits
  • 9edf69c fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop
  • 31c0299 chore(deps): bump github.com/lucasb-eyer/go-colorful (#1496)
  • ffa0502 Merge pull request #848 from wolfmagnate/fix-nested-cmd-order
  • 9e0e8f0 fix: recover from nested panics in Sequence and Batch commands
  • 0966c3a Merge branch 'main' into fix-nested-cmd-order
  • 21eecd5 fix: send batch commands to cmds channel instead of executing them in event l...
  • 9aae1f0 chore(examples): go mod tidy
  • 41f3995 chore(deps): bump golang.org/x/sys in the all group (#1492)
  • 3da2d28 chore(deps): bump actions/setup-go from 5 to 6 in the all group (#1491)
  • 28ab4f4 fix(renderer): properly reset cursor position to start of line (#1472)
  • Additional commits viewable in compare view

Updates github.com/gruntwork-io/boilerplate from 0.10.1 to 0.11.1

Release notes

Sourced from github.com/gruntwork-io/boilerplate's releases.

v0.11.1

What's Changed

Full Changelog: gruntwork-io/boilerplate@v0.11.0...v0.11.1

v0.11.1-rc1

What's Changed

Full Changelog: gruntwork-io/boilerplate@v0.11.0...v0.11.1-rc1

v0.11.0

❌ No Release Assets

Use release v0.11.1 instead which fixes the deploy pipeline to create release assets.

🛠️ Breaking Changes

ProcessTemplate and ProcessTemplateWithContext now take variables.Dependency as a pointer.

What's Changed

New Contributors

Full Changelog: gruntwork-io/boilerplate@v0.10.1...v0.11.0

Commits
  • 6c211a7 Upgrade deploy and test_signing resource clases to m4 (#265)
  • 1a85224 Upgrade dependencies (#263)
  • 05d1508 fix: address gocritic hugeParam and rangeValCopy lint errors (#261)
  • 18cd9c2 chore: use committed lint config with weekly upstream sync (#262)
  • 208399b docs: mention mise as an installation method (#252)
  • 2a532bb Bump jdx/mise-action from 2 to 3 (#248)
  • 222fd48 Bump actions/upload-artifact from 4 to 5 (#249)
  • See full diff in compare view

Updates github.com/gruntwork-io/terratest from 0.51.0 to 0.55.0

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.55.0

What's Changed

Full Changelog: gruntwork-io/terratest@v0.54.0...v0.55.0

v0.54.0

What's Changed

Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0

v0.53.0

What's Changed

Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0

v0.52.0

What's Changed

New Contributors

... (truncated)

Commits
  • 99cbde9 Merge pull request #1653 from gruntwork-io/upgrade-k8s-libs-v0.35.0
  • 9b58ec1 Fix Go installation in CircleCI config
  • 96617d5 Fix race condition in IsPodAvailable for multi-container pods
  • 75d479e Upgrade Kubernetes client libraries to v0.35.0
  • 53447e8 Merge pull request #1651 from gruntwork-io/fix/ci-test-failures
  • 9446b18 Merge branch 'main' into fix/ci-test-failures
  • 5acdb2b Merge pull request #1650 from gruntwork-io/fix/kubernetes-test-failures
  • 25f5335 Merge branch 'main' into fix/kubernetes-test-failures
  • 34b09d4 Merge pull request #1648 from gruntwork-io/fix/helm-test-failures
  • adcfe77 Merge branch 'main' into fix/kubernetes-test-failures
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.256.0 to 0.262.0

Release notes

Sourced from google.golang.org/api's releases.

v0.262.0

0.262.0 (2026-01-22)

Features

Bug Fixes

  • internaloption: Add WithTelemetryAttributes (#3442) (2a5c807)

v0.261.0

0.261.0 (2026-01-20)

Features

v0.260.0

0.260.0 (2026-01-14)

Features

v0.259.0

0.259.0 (2026-01-06)

⚠ BREAKING CHANGES

  • remove firebaseremoteconfig from package list (#3422)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.262.0 (2026-01-22)

Features

Bug Fixes

  • internaloption: Add WithTelemetryAttributes (#3442) (2a5c807)

0.261.0 (2026-01-20)

Features

0.260.0 (2026-01-14)

Features

0.259.0 (2026-01-06)

⚠ BREAKING CHANGES

  • remove firebaseremoteconfig from package list (#3422)

Features

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.53.6 to 1.54.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0

Commits

Updates github.com/charmbracelet/x/term from 0.2.1 to 0.2.2

Commits
  • d941777 feat(ansi): add cursor and mouse pointer shape sequences
  • 57c5431 chore(deps): update bubbletea to v0.27 (#161)
  • 2c0e84d chore(term): go mod tidy
  • 61a8baf feat(input): update kitty keyboard flag name
  • See full diff in compare view

Updates golang.org/x/exp from 0.0.0-20251017212417-90e834f514db to 0.0.0-20260112195511-716be5621a96

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

… updates

Bumps the go-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.58.0` | `1.59.2` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.3.5` | `1.3.10` |
| [github.com/gruntwork-io/boilerplate](https://github.com/gruntwork-io/boilerplate) | `0.10.1` | `0.11.1` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.51.0` | `0.55.0` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.53.6` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.95.1` | `1.96.0` |
| [github.com/charmbracelet/x/term](https://github.com/charmbracelet/x) | `0.2.1` | `0.2.2` |



Updates `cloud.google.com/go/storage` from 1.58.0 to 1.59.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.58.0...storage/v1.59.2)

Updates `github.com/charmbracelet/bubbletea` from 1.3.5 to 1.3.10
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v1.3.5...v1.3.10)

Updates `github.com/gruntwork-io/boilerplate` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/gruntwork-io/boilerplate/releases)
- [Commits](gruntwork-io/boilerplate@v0.10.1...v0.11.1)

Updates `github.com/gruntwork-io/terratest` from 0.51.0 to 0.55.0
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.51.0...v0.55.0)

Updates `google.golang.org/api` from 0.256.0 to 0.262.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.256.0...v0.262.0)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.53.6 to 1.54.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.6...service/s3/v1.54.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.95.1 to 1.96.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.95.1...service/s3/v1.96.0)

Updates `github.com/charmbracelet/x/term` from 0.2.1 to 0.2.2
- [Commits](charmbracelet/x@ansi/v0.2.1...ansi/v0.2.2)

Updates `golang.org/x/exp` from 0.0.0-20251017212417-90e834f514db to 0.0.0-20260112195511-716be5621a96
- [Commits](https://github.com/golang/exp/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.59.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/gruntwork-io/boilerplate
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.262.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/charmbracelet/x/term
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20260112195511-716be5621a96
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

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 Feb 2, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 2, 2026
@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
terragrunt-docs Ready Ready Preview, Comment Feb 2, 2026 2:49am

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

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