Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
cloud.google.com/go/bigquery 1.72.0 1.73.1
github.com/moby/buildkit 0.26.3 0.27.1
github.com/onsi/gomega 1.39.0 1.39.1
gitlab.com/gitlab-org/api/client-go 1.11.0 1.28.1
golang.org/x/oauth2 0.34.0 0.35.0

Bumps the gomod group with 2 updates in the /tools directory: github.com/onsi/ginkgo/v2 and github.com/goreleaser/goreleaser/v2.

Updates cloud.google.com/go/bigquery from 1.72.0 to 1.73.1

Release notes

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

bigquery 1.73.1

1.73.1 (2026-02-05)

Bug Fixes

  • revert to useInt64Timestamp for REST format options (#13789) (bdcc2f80)

dialogflow 1.73.0

1.73.0 (2025-12-18)

Features

  • updated v2beta1 dialogflow client libraries (PiperOrigin-RevId: 843755897) (ce62012f)

  • updated v3beta1 dialogflow client libraries (PiperOrigin-RevId: 843704214) (ce62012f)

  • updated v2 dialogflow client libraries (PiperOrigin-RevId: 843703774) (ce62012f)

bigquery 1.73.0

1.73.0 (2026-02-04)

Features

  • add Stored Procedure Sharing support for analyticshub listings (PiperOrigin-RevId: 827828462) (185951b3)

  • add tags support for Pub/Sub subscriptions (PiperOrigin-RevId: 827828462) (185951b3)

  • Support picosecond timestamp precision in BigQuery Storage API (PiperOrigin-RevId: 829486853) (185951b3)

  • add timestamp precision support to schema (#13421) (52020af5)

  • transition format options (#13422) (59efe323)

Bug Fixes

  • make additional errors retriable: tcp timeout and http2 client connection lost (#13269) (466d309d)

  • roundtrip readonly fields (#13370) (9e847052)

Documentation

  • change comment indicating enable_gemini_in_bigquery field for BigQuery Reservation Assignments is deprecated (PiperOrigin-RevId: 850121797) (35d75787)
Commits
  • 592a782 chore: librarian release pull request: 20260205T224334Z (#13801)
  • 9bb9541 feat(pubsub/v2): introduce per stream flow control (#13642)
  • bdcc2f8 fix(bigquery): revert to useInt64Timestamp for REST format options (#13789)
  • e9c0abd chore: remove api-bigtable-partners and api-firestore-partners (#13798)
  • eea3e33 fix(datastore): allow partial updates (#13795)
  • ab05ff5 chore(internal/kokoro): presubmits track preview branch (#13787)
  • 39a25b9 feat(bigtable): support tiered storage (#13793)
  • 7ac8e22 chore: librarian release pull request: 20260204T142425Z (#13770)
  • a805680 chore: librarian release pull request: 20260205T080945Z (#13790)
  • 31c352b feat(retry): adding support for max-retry-duration for all api other than res...
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.26.3 to 0.27.1

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.27.1

Welcome to the v0.27.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • CrazyMax
  • Sebastiaan van Stijn
  • Tõnis Tiigi

Notable Changes

Dependency Changes

  • github.com/klauspost/compress v1.18.2 -> v1.18.3
  • github.com/moby/policy-helpers 9fcc1a9ec5c9 -> eeebf1a0ab2b

Previous release can be found at v0.27.0

v0.27.0

buildkit 0.27.0

Welcome to the v0.27.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Justin Chadwell
  • Jonathan A. Sternberg
  • David Karlsson
  • Dawei Wei
  • Natnael Gebremariam
  • Aleksandr Karpinskii
  • Amr Mahdi
  • Brian Goff
  • Joyal George K J

... (truncated)

Commits
  • 5fbebf9 Merge pull request #6497 from crazy-max/v0.27_picks_v0.27.1
  • 6f52322 vendor: github.com/klauspost/compress v1.18.3
  • 4651691 vendor: update moby/policy-helpers to eeebf1a
  • 2bcd66d Merge pull request #6482 from tonistiigi/v0.27-picks-2
  • 6c53e9e forwarder: fix concurrent map write panic in the gateway forwarder
  • 64bc21a Merge pull request #6479 from tonistiigi/v0.27-picks
  • 6f380e6 vendor: align google.golang.org/genproto/xxx versions
  • a9c91f7 vendor: update go-actions-cache to 54bc28c2
  • b2fc80e Merge pull request #6473 from tonistiigi/attestation-index-error
  • a50e8a1 source: avoid error when attestation asked from non-index
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.39.0 to 1.39.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

Commits

Updates github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Commits

Updates golang.org/x/text from 0.32.0 to 0.33.0

Commits

Updates github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.1

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Commits

Updates gitlab.com/gitlab-org/api/client-go from 1.11.0 to 1.28.1

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v1.28.1

1.28.1

🐛 Bug Fixes

  • Fix error where GetNamespace double escaped URL-encoded projects (!2743) by Patrick Rice

🔄 Other Changes

  • refactor: moved comments to interface (!2716) by Zubeen

1.28.1 (2026-02-06)

v1.28.0

1.28.0

🚀 Features

🔄 Other Changes

1.28.0 (2026-02-05)

v1.27.0

1.27.0

🚀 Features

🔄 Other Changes

... (truncated)

Changelog

Sourced from gitlab.com/gitlab-org/api/client-go's changelog.

1.28.1

🐛 Bug Fixes

  • Fix error where GetNamespace double escaped URL-encoded projects (!2743) by Patrick Rice

🔄 Other Changes

  • refactor: moved comments to interface (!2716) by Zubeen

1.28.1 (2026-02-06)

1.28.0

🚀 Features

🔄 Other Changes

1.28.0 (2026-02-05)

1.27.0

🚀 Features

🔄 Other Changes

1.27.0 (2026-02-04)

1.26.0

... (truncated)

Commits
  • beea2c1 chore(release): 1.28.1 [skip ci]
  • 94b4db0 Merge branch 'fix-namespace-doubleescape' into 'main'
  • e6fd1d1 Fix error where GetNamespace double escaped URL-encoded projects
  • 5583259 Merge branch 'refac8' into 'main'
  • b77b5f8 refactor: moved comments to interface
  • 38542ba chore(release): 1.28.0 [skip ci]
  • 5c80895 Merge branch 'bytes-do-requests' into 'main'
  • bcbfbb9 Merge branch 'fforster/locked' into 'main'
  • f32baf1 Merge branch 'fforster/danger' into 'main'
  • 0f7e9ab ci: migrate to Danger from common-ci-tasks
  • Additional commits viewable in compare view

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

Release notes

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

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
Changelog

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

Changes

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

... (truncated)

Commits

Updates golang.org/x/oauth2 from 0.34.0 to 0.35.0

Commits

Updates github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.1

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Commits

Updates github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.1

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Commits

Updates github.com/goreleaser/goreleaser/v2 from 2.12.2 to 2.13.3

Release notes

Sourced from github.com/goreleaser/goreleaser/v2's releases.

v2.13.3

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Bug fixes

  • 4e6cd46aef81a0e4d34104bc8af8ef19a2cedc60: fix(deps): update ko and docker/cli (#6323) (@​caarlos0)
  • 11f2d528adad31d0cad3441ee9848840bcf5eeb2: fix: move log to debug (@​caarlos0)
  • 2f44fb43f240500f9df21b9ec48f50de411dba0b: refactor: fix deprecated method usage in tests (#6325) (@​caarlos0)

Documentation updates

  • 444acaa88543f7c17c721a68acfc06b97f079dce: docs(deps): bump the docs group in /www with 2 updates (#6336) (@​dependabot[bot])
  • 7ebc59a0a430459901aedafdf56a5fd5a1395c28: docs: Revert sponsor list removal and enforce error handling in update-sponsors.py (#6331) (@​Copilot)
  • 97bea15bd09f284a0330bde8bd2a42bd21ef70ad: docs: better sponsors (#6330) (@​caarlos0)
  • 2e1159b94c7810846a16daa28b0644b55ee64d15: docs: fix auto-rebuild local (@​caarlos0)
  • 8b8a4d03ddc0571d58f58697abcc83642517478f: docs: small updates (@​caarlos0)
  • 089605efc774959a915c35274ddac90408db8b43: docs: update license year (@​caarlos0)

Other work

  • 1945d74973a347a135b8d0d2b80e28ef9b70b75c: ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions group (#6329) (@​dependabot[bot])
  • 091eb958c802617836b1ee75580317e9c5fcfddd: ci(deps): bump the actions group with 3 updates (#6320) (@​dependabot[bot])
  • 2eae0db1d8616bf583321cedc3701a729932311f: ci(deps): bump the actions group with 4 updates (#6335) (@​dependabot[bot])

Full Changelog: goreleaser/goreleaser@v2.13.2...v2.13.3

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them? You can sponsor, get a Pro License or contribute with code.

Where to go next?

v2.13.2

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Bug fixes

  • 60acec88cc82c56fcab8bb2c16a2fd4588051a22: fix(mcp): always use current schema url (#6300) (@​tjhop)
  • 5b21af93b21288a443dbf07a31aa0f9ab9a99525: fix(deps): move to go.yaml.in/yaml (#6298) (@​caarlos0)
  • 83e39243fa09663a7405ec6dcab66bec5af36ca4: fix(deps): update fang, log, lipgloss (#6312) (@​caarlos0)
  • e91e18452d00ffc8ffb578df005f3274d340f660: fix(deps): update go-github, add one more test (#6294) (@​caarlos0)

... (truncated)

Commits
  • 0b78544 chore: auto-update generated files
  • 444acaa docs(deps): bump the docs group in /www with 2 updates (#6336)
  • 2eae0db ci(deps): bump the actions group with 4 updates (#6335)
  • 95da179 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.11.0 i...
  • 8b8a4d0 docs: small updates
  • 089605e docs: update license year
  • 688f4af chore: typo
  • 2b0bb52 ci: contents: read for generate job
  • 1945d74 ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions...
  • f66f5c6 chore: auto-update generated files
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.1

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to @​Icarus9913 for working on this!

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
gitlab.com/gitlab-org/api/client-go [>= 0.118.a, < 0.119]
gitlab.com/gitlab-org/api/client-go [>= 0.117.a, < 0.118]

You can trigger a rebase of this PR 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.72.0` | `1.73.1` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.26.3` | `0.27.1` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.39.0` | `1.39.1` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `1.11.0` | `1.28.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.34.0` | `0.35.0` |

Bumps the gomod group with 2 updates in the /tools directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser).


Updates `cloud.google.com/go/bigquery` from 1.72.0 to 1.73.1
- [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.72.0...bigquery/v1.73.1)

Updates `github.com/moby/buildkit` from 0.26.3 to 0.27.1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.26.3...v0.27.1)

Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.0...v1.39.1)

Updates `github.com/sirupsen/logrus` from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/commits/v1.9.4)

Updates `golang.org/x/text` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.28.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.4...v2.28.1)

Updates `gitlab.com/gitlab-org/api/client-go` from 1.11.0 to 1.28.1
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v1.11.0...v1.28.1)

Updates `cloud.google.com/go/storage` from 1.58.0 to 1.59.0
- [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...spanner/v1.59.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.35.0
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.28.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.4...v2.28.1)

Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.28.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.4...v2.28.1)

Updates `github.com/goreleaser/goreleaser/v2` from 2.12.2 to 2.13.3
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Commits](goreleaser/goreleaser@v2.12.2...v2.13.3)

Updates `github.com/onsi/ginkgo/v2` from 2.27.4 to 2.28.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.4...v2.28.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 1.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-version: 2.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.1
  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 Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 08:47
@dependabot dependabot bot requested review from justaugustus and raghavkaul and removed request for a team February 9, 2026 08:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 9, 2026
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 9, 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 size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants