Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

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

Package From To
cloud.google.com/go/pubsub 1.49.0 1.50.0
github.com/onsi/gomega 1.37.0 1.38.0
gocloud.dev 0.40.0 0.43.0
gitlab.com/gitlab-org/api/client-go 0.134.0 0.137.0
sigs.k8s.io/release-utils 0.8.4 0.12.0
cloud.google.com/go/storage 1.55.0 1.56.0

Bumps the gomod group with 4 updates in the /tools directory: gocloud.dev, gitlab.com/gitlab-org/api/client-go, cloud.google.com/go/storage and github.com/goreleaser/goreleaser/v2.

Updates cloud.google.com/go/pubsub from 1.49.0 to 1.50.0

Release notes

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

pubsub: v1.50.0

1.50.0 (2025-07-28)

Features

Bug Fixes

  • pubsub: Update google.golang.org/api to 0.229.0 (3319672)

Documentation

  • pubsub: Add docs comment to MaxOutstandingBytes (#12601) (76ddb34)
Commits

Updates github.com/onsi/gomega from 1.37.0 to 1.38.0

Release notes

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

v1.38.0

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog

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

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits
  • c1237df v1.38.0
  • 36bbf72 support [] in IgnoringTopFunction function signatures (#851)
  • 4ee7ed0 gstruct handles extra unexported fields
  • 529d408 Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846)
  • acd1f55 Fix typo
  • bae65a0 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835)
  • 8dda91f Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842)
  • 212d812 Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843)
  • 59bd7f9 Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839)
  • 328c729 Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834)
  • Additional commits viewable in compare view

Updates gocloud.dev from 0.40.0 to 0.43.0

Release notes

Sourced from gocloud.dev's releases.

v0.43.0

BREAKING CHANGE

NOTE: All modules have migrated to AWSv2; v1 support is still included for docstore/awsdynamodb, but will be removed in the next release.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.42.0...v0.43.0

v0.42.0

Breaking Changes

AWS SDKv1 support dropped except for docstore.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.41.0...v0.42.0

v0.41.0

What's Changed

Blob

Docstore

... (truncated)

Commits

Updates gitlab.com/gitlab-org/api/client-go from 0.134.0 to 0.137.0

Release notes

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

v0.137.0

0.137.0 (2025-07-21)

Features

  • integrations: add group harbor integration (220e4cb)

v0.136.0

0.136.0 (2025-07-21)

Features

  • client: add NewRequestToURL function for calls to absolute URLs (524b571)
  • projects: Add support for RestoreProject (b33e888)

v0.135.0

0.135.0 (2025-07-21)

Features

  • config: implement extensions API (257f745)
  • config: initial push of the ability to use a config file for auth (575c0cc)
  • integrations: add group integration for microsoft teams (da0b1dd)
  • merge-requests: add auto_merge, deprecate old field, for merging a request (9119eb0)
Changelog

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

0.137.0 (2025-07-21)

Features

  • integrations: add group harbor integration (220e4cb)

0.136.0 (2025-07-21)

Features

  • client: add NewRequestToURL function for calls to absolute URLs (524b571)
  • projects: Add support for RestoreProject (b33e888)

0.135.0 (2025-07-21)

Features

  • config: implement extensions API (257f745)
  • config: initial push of the ability to use a config file for auth (575c0cc)
  • integrations: add group integration for microsoft teams (da0b1dd)
  • merge-requests: add auto_merge, deprecate old field, for merging a request (9119eb0)
Commits
  • 2340757 chore(release): 0.137.0 [skip ci]
  • 9ae9df9 Merge branch 'add-group-harbor-integration' into 'main'
  • 220e4cb feat(integrations): add group harbor integration
  • ce63bf0 chore(release): 0.136.0 [skip ci]
  • 0f1771f Merge branch 'request-to-direct-url' into 'main'
  • 524b571 feat(client): add NewRequestToURL function for calls to absolute URLs
  • c5834ad Merge branch 'add-restore-project' into 'main'
  • b33e888 feat(projects): Add support for RestoreProject
  • 93fe75a Merge branch 'renovate/github.com-google-cel-go-0.x' into 'main'
  • 533d921 chore(release): 0.135.0 [skip ci]
  • Additional commits viewable in compare view

Updates sigs.k8s.io/release-utils from 0.8.4 to 0.12.0

Release notes

Sourced from sigs.k8s.io/release-utils's releases.

v0.12.0

What's Changed

Full Changelog: kubernetes-sigs/release-utils@v0.11.1...v0.12.0

v0.11.1

What's Changed

Full Changelog: kubernetes-sigs/release-utils@v0.11.0...v0.11.1

v0.11.0

Changes by Kind

Feature

  • Http: Added WithWaitTime and WithMaxWaitTime to allow specifying the HTTP retry wait times. (#126, @​saschagrunert) [SIG Release]

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.10.0

Dependencies

Added

Nothing has changed.

Changed

Removed

... (truncated)

Commits
  • f704826 Merge pull request #136 from cpanato/add-tablewriter
  • f933c8e add wrapper for tablewriter
  • 6e370f8 Merge pull request #137 from kubernetes-sigs/dependabot/go_modules/all-73c31f...
  • 134d5bd build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6
  • 69dfc19 Merge pull request #135 from cpanato/updates
  • 5b44b19 fix lints
  • 6067d29 update tools
  • c0998eb Merge pull request #134 from kubernetes-sigs/dependabot/github_actions/action...
  • 2854d24 build(deps): bump actions/setup-go in the actions group
  • 56d35c9 Merge pull request #133 from kubernetes-sigs/dependabot/github_actions/action...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.55.0 to 1.56.0

Release notes

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

storage: v1.56.0

1.56.0 (2025-07-24)

Features

  • storage/control: Update BUILD configs to support rest transportation for all client (116a33a)

Bug Fixes

  • storage: Avoid integration test segfaults. (#12419) (a9dec07)
  • storage: Current object generation takeover. (#12383) (9ca8e01)
  • storage: Fix MultiRangeDownloader deadlock (#12548) (2eb23bb)
  • storage: Remove object length limit for unfinalized reads (#12489) (5566d7d)

Performance Improvements

Documentation

  • storage/internal: Fix broken link for message CustomPlacementConfig (9614487)
  • storage: Fix typo in storage/doc.go (#12391) (bf74408)
  • storage: Improve error inspection documentation (#12301) (420da1a)
Commits
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • 4b4c567 chore(visionai): add config to generate apiv1 (#9322)
  • 053ea29 chore: update Go gapic generator to v0.40.0 (#9314)
  • d39c8a8 chore(main): release pubsub 1.36.0 (#9313)
  • 2b6b0da fix(pubsub): move flow control release to callback completion (#9311)
  • 97d62c7 docs(maps/fleetengine): update comment on Waypoint (#9291)
  • 10c8260 chore(internal/gapicgen/git): run gofmt (#9307)
  • Additional commits viewable in compare view

Updates gocloud.dev from 0.41.0 to 0.43.0

Release notes

Sourced from gocloud.dev's releases.

v0.43.0

BREAKING CHANGE

NOTE: All modules have migrated to AWSv2; v1 support is still included for docstore/awsdynamodb, but will be removed in the next release.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.42.0...v0.43.0

v0.42.0

Breaking Changes

AWS SDKv1 support dropped except for docstore.

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.41.0...v0.42.0

v0.41.0

What's Changed

Blob

Docstore

... (truncated)

Commits

Updates golang.org/x/text from 0.26.0 to 0.27.0

Commits

Updates gitlab.com/gitlab-org/api/client-go from 0.130.1 to 0.137.0

Release notes

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

v0.137.0

0.137.0 (2025-07-21)

Features

  • integrations: add group harbor integration (220e4cb)

v0.136.0

0.136.0 (2025-07-21)

Features

  • client: add NewRequestToURL function for calls to absolute URLs (524b571)
  • projects: Add support for RestoreProject (b33e888)

v0.135.0

0.135.0 (2025-07-21)

Features

  • config: implement extensions API (257f745)
  • config: initial push of the ability to use a config file for auth (575c0cc)
  • integrations: add group integration for microsoft teams (da0b1dd)
  • merge-requests: add auto_merge, deprecate old field, for merging a request (9119eb0)
Changelog

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

0.137.0 (2025-07-21)

Features

  • integrations: add group harbor integration (220e4cb)

0.136.0 (2025-07-21)

Features

  • client: add NewRequestToURL function for calls to absolute URLs (524b571)
  • projects: Add support for RestoreProject (b33e888)

0.135.0 (2025-07-21)

Features

  • config: implement extensions API (257f745)
  • config: initial push of the ability to use a config file for auth (575c0cc)
  • integrations: add group integration for microsoft teams (da0b1dd)
  • merge-requests: add auto_merge, deprecate old field, for merging a request (9119eb0)
Commits
  • 2340757 chore(release): 0.137.0 [skip ci]
  • 9ae9df9 Merge branch 'add-group-harbor-integration' into 'main'
  • 220e4cb feat(integrations): add group harbor integration
  • ce63bf0 chore(release): 0.136.0 [skip ci]
  • 0f1771f Merge branch 'request-to-direct-url' into 'main'
  • 524b571 feat(client): add NewRequestToURL function for calls to absolute URLs
  • c5834ad Merge branch 'add-restore-project' into 'main'
  • b33e888 feat(projects): Add support for RestoreProject
  • 93fe75a Merge branch 'renovate/github.com-google-cel-go-0.x' into 'main'
  • 533d921 chore(release): 0.135.0 [skip ci]
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.55.0 to 1.56.0

Release notes

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

storage: v1.56.0

1.56.0 (2025-07-24)

Features

  • storage/control: Update BUILD configs to support rest transportation for all client (116a33a)

Bug Fixes

  • storage: Avoid integration test segfaults. (#12419) (a9dec07)
  • storage: Current object generation takeover. (#12383) (9ca8e01)
  • storage: Fix MultiRangeDownloader deadlock (#12548) (2eb23bb)
  • storage: Remove object length limit for unfinalized reads (#12489) (5566d7d)

Performance Improvements

Documentation

  • storage/internal: Fix broken link for message CustomPlacementConfig (9614487)
  • storage: Fix typo in storage/doc.go (#12391) (bf74408)
  • storage: Improve error inspection documentation (#12301) (420da1a)
Commits
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • 4b4c567 chore(visionai): add config to generate apiv1 (#9322)
  • 053ea29 chore: update Go gapic generator to v0.40.0 (#9314)
  • d39c8a8 chore(main): release pubsub 1.36.0 (#9313)
  • 2b6b0da fix(pubsub): move flow control release to callback completion (#9311)
  • 97d62c7 docs(maps/fleetengine): update comment on Waypoint (#9291)
  • 10c8260 chore(internal/gapicgen/git): run gofmt (#9307)
  • Additional commits viewable in compare view

Updates github.com/goreleaser/goreleaser/v2 from 2.10.2 to 2.11.2

Release notes

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

v2.11.2

Announcement

Read the official announcement: Announcing GoReleaser v2.11.

Changelog

Bug fixes

  • 3d51f80d6af46f5f7ab1eda03c2e6fdbd0b17d28: fix(shell): prevent panic on empty commands (#5929) (@​caarlos0)

Other work

  • 881cb1ebd4db0dd758315a0380abe25fc5b827be: chore(site): rm google analytics (@​caarlos0)

Full Changelog: goreleaser/goreleaser@v2.11.1...v2.11.2

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.11.1

Announcement

Read the official announcement: Announcing GoReleaser v2.11.

Changelog

Bug fixes

  • 79032277d8ea11f64a54239bd0efefb478e740df: fix(artifactory,http): exts filter not working properly (#5892) (@​caarlos0)
  • 63a4e0abc1f42c3e5d5f6fef65286053fa7c87bc: fix(aur): quotting when binary (#5914) (@​caarlos0)
  • 9e1f87ff991c5ff1c000b7951ecda14ab1358237: fix(nix): snapshot builds can now hash files as well (#5894) (@​caarlos0)
  • 37ecf0bbf26b571e4deba6dbf397289ab63f6ec7: fix(s3): acls not working on aws sdk v2 (#5904) (@​caarlos0)
  • 58cccd08357080536fa1ec95cf49d3411be7b683: fix: exec.CommandContext (#5913) (@​caarlos0)
  • 58ac17ae87e2dc8ef4081a86f792c4a508409b75: fix: make brews deprecation "soft" (#5924) (@​caarlos0)

Documentation updates

  • 32b43f7dfc854c0bf2f2a0dea26b61e030bc6f9b: docs: announce v2.11 (#5886) (@​caarlos0)
  • e9308f679f2e45c69449f016987fc676bcf8a024: docs: fix pro inline shortcode (@​caarlos0)
  • 8a9115ecfb266d94203874024b32966284ac646d: docs: update USERS.md (#5895) (@​2xburnt)
  • 3f2ba2946b788ff2e8119ae8d525f478b8f05f79: docs: update post (@​caarlos0)
  • 4901e7275af1e4816d3b3b2651829e0b87a7e5f8: docs: update required workflow permissions in attestations.md (#5900) (@​mroth)
  • c0dc03d8cecde92e59bbc50b3a54b879173202d6: docs: update users.md (@​caarlos0)

Full Changelog: goreleaser/goreleaser@v2.11.0...v2.11.1

... (truncated)

Commits
  • 0c79877 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.85.0 to 1.85...
  • 881cb1e chore(site): rm google analytics
  • ff8b34b chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 (#5938)
  • 2305399 chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3...
  • 76f80c7 chore(deps): bump github.com/awslabs/amazon-ecr-credential-helper/ecr-login f...
  • de92c27 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.84.1 to 1.85...
  • 8232673 chore(deps): bump github.com/mark3labs/mcp-go from 0.35.0 to 0.36.0 (#5932)
  • ffba9ad chore(deps): bump mkdocs-material from 9.6.15 to 9.6.16 in /www (#5930)
  • 983a264 chore(deps): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.35.0 (#5931)
  • 14c6618 ci: do not mark winget prs as drafts
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sigs.k8s.io/release-utils [>= 0.8.5.a, < 0.8.6]
gitlab.com/gitlab-org/api/client-go [>= 0.118.a, < 0.119]
gitlab.com/gitlab-org/api/client-go [>= 0.117.a, < 0.118]
sigs.k8s.i...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.49.0` | `1.50.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.37.0` | `1.38.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.40.0` | `0.43.0` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.134.0` | `0.137.0` |
| [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils) | `0.8.4` | `0.12.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.55.0` | `1.56.0` |

Bumps the gomod group with 4 updates in the /tools directory: [gocloud.dev](https://github.com/google/go-cloud), [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go), [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) and [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser).


Updates `cloud.google.com/go/pubsub` from 1.49.0 to 1.50.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@pubsub/v1.49.0...pubsub/v1.50.0)

Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.37.0...v1.38.0)

Updates `gocloud.dev` from 0.40.0 to 0.43.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.40.0...v0.43.0)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.134.0 to 0.137.0
- [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/v0.134.0...v0.137.0)

Updates `sigs.k8s.io/release-utils` from 0.8.4 to 0.12.0
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.8.4...v0.12.0)

Updates `cloud.google.com/go/storage` from 1.55.0 to 1.56.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.55.0...spanner/v1.56.0)

Updates `gocloud.dev` from 0.41.0 to 0.43.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.40.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.26.0...v0.27.0)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.130.1 to 0.137.0
- [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/v0.134.0...v0.137.0)

Updates `cloud.google.com/go/storage` from 1.55.0 to 1.56.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.55.0...spanner/v1.56.0)

Updates `github.com/goreleaser/goreleaser/v2` from 2.10.2 to 2.11.2
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v2.10.2...v2.11.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gocloud.dev
  dependency-version: 0.43.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: 0.137.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: sigs.k8s.io/release-utils
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gocloud.dev
  dependency-version: 0.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 0.137.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.56.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 4, 2025 12:03
@dependabot dependabot bot requested review from justaugustus and spencerschrock and removed request for a team August 4, 2025 12:03
@dependabot dependabot bot had a problem deploying to integration-test August 4, 2025 12:03 Failure
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

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

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-fa26cb932d branch August 11, 2025 09:19
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
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants