Bump the go-deps group across 1 directory with 16 updates - #11
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the go-deps group across 1 directory with 16 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit da8f8df. Configure here.
| google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 | ||
| google.golang.org/genproto/googleapis/bytestream v0.0.0-20240401170217-c3f982113cda | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 |
There was a problem hiding this comment.
Bazel builds skip dependency bumps
High Severity
This PR bumps versions only in go.mod and go.sum, but release binaries and OCI images are built with Bazel using pinned versions in deps.bzl and WORKSPACE (for example minio-go v7.0.72, azblob v0.4.1, grpc v1.79.3). Those artifacts therefore keep the pre-bump dependencies while go build/go test resolve the new ones.
Reviewed by Cursor Bugbot for commit da8f8df. Configure here.
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-72f879b7dc
branch
2 times, most recently
from
July 24, 2026 13:35
08d1d01 to
5689068
Compare
Bumps the go-deps group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.8` | `1.19.1` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.72` | `7.2.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.0` | `1.24.1` | | [github.com/slok/go-http-metrics](https://github.com/slok/go-http-metrics) | `0.11.0` | `0.13.0` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.1` | `2.27.7` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.82.1` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.11.1` | `1.22.0` | | [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `0.4.1` | `1.8.0` | | [github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3) | `0.0.0-20230506070712-04da935ef877` | `1.2.0` | | [github.com/valyala/gozstd](https://github.com/valyala/gozstd) | `1.20.1` | `1.25.0` | Updates `github.com/klauspost/compress` from 1.17.8 to 1.19.1 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.17.8...v1.19.1) Updates `github.com/minio/minio-go/v7` from 7.0.72 to 7.2.1 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.72...v7.2.1) Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.24.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.24.1) Updates `github.com/slok/go-http-metrics` from 0.11.0 to 0.13.0 - [Release notes](https://github.com/slok/go-http-metrics/releases) - [Changelog](https://github.com/slok/go-http-metrics/blob/master/CHANGELOG.md) - [Commits](slok/go-http-metrics@v0.11.0...v0.13.0) Updates `github.com/urfave/cli/v2` from 2.27.1 to 2.27.7 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.1...v2.27.7) Updates `golang.org/x/oauth2` from 0.34.0 to 0.36.0 - [Commits](golang/oauth2@v0.34.0...v0.36.0) Updates `golang.org/x/sync` from 0.20.0 to 0.22.0 - [Commits](golang/sync@v0.20.0...v0.22.0) Updates `google.golang.org/grpc` from 1.79.3 to 1.82.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.82.1) Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11 Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.11.1 to 1.22.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.11.1...sdk/azcore/v1.22.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.6.0 to 1.13.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.6.0...sdk/azidentity/v1.13.1) Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 0.4.1 to 1.8.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.4.1...sdk/azcore/v1.8.0) Updates `github.com/johannesboyne/gofakes3` from 0.0.0-20230506070712-04da935ef877 to 1.2.0 - [Release notes](https://github.com/johannesboyne/gofakes3/releases) - [Commits](https://github.com/johannesboyne/gofakes3/commits/v1.2.0) Updates `github.com/valyala/gozstd` from 1.20.1 to 1.25.0 - [Commits](valyala/gozstd@v1.20.1...v1.25.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20251202230838-ff82c1b0f217 to 0.0.0-20260414002931-afd174a4e478 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20251202230838-ff82c1b0f217 to 0.0.0-20260414002931-afd174a4e478 - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/johannesboyne/gofakes3 dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/klauspost/compress dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/slok/go-http-metrics dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/urfave/cli/v2 dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/valyala/gozstd dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/sync dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/genproto/googleapis/api dependency-version: 0.0.0-20260414002931-afd174a4e478 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-version: 0.0.0-20260414002931-afd174a4e478 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/grpc dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-72f879b7dc
branch
from
July 31, 2026 13:35
5689068 to
6553a8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps the go-deps group with 10 updates in the / directory:
1.17.81.19.17.0.727.2.11.19.01.24.10.11.00.13.02.27.12.27.71.79.31.82.11.11.11.22.00.4.11.8.00.0.0-20230506070712-04da935ef8771.2.01.20.11.25.0Updates
github.com/klauspost/compressfrom 1.17.8 to 1.19.1Release notes
Sourced from github.com/klauspost/compress's releases.
... (truncated)
Commits
2602f4aUpdate changelog for version 1.19.0983acecadd defensive checks9960386zstd: Validate SnappyConverter literal copies (#1170)e29d4d3flate: usePeekinstead ofReadBytefor thebufio.Readerdecode path (#...c0bbc84zstd: bump avo pin, regenerate arm64 asm (#1167)efdb6edbuild(deps): bump the github-actions group with 6 updates (#1166)f0953f9flate: fix buffer formatting in tests (#1165)ab2e3cczstd: Add arm64 decoder asm (#1160)bb2723dMerge commit from fork539243bs2sx: Clean symlink targets (#1163)Updates
github.com/minio/minio-go/v7from 7.0.72 to 7.2.1Release notes
Sourced from github.com/minio/minio-go/v7's releases.
... (truncated)
Commits
7e34713feat: support in mc inventory for custom run schedule (#2244)016d0fdfeat: stream GetObjectAnnotation payload via io.ReadCloser (#2243)6c51637feat: stream PutObjectAnnotation payload via io.ReadSeeker (#2242)07c682afeat: add object annotation client APIs (#2241)53b504afix: caching defer bug (#2237)291e83fadd new aws region ap-southeast-6 (#2234)33792ecAdd RDMA / NVIDIA GPU Direct Storage support (#2233)6bb13f7Rename github.com/go-ini/ini to gopkg.in/ini.v1 (#2232)d6341dcUse go tool for ci-lint check (#2229)f29e568Add new AWS checksums (#2221)Updates
github.com/prometheus/client_golangfrom 1.19.0 to 1.24.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
d6087eerelease: cut v1.24.1 (#2076)48dd383Cut v1.24.0 (#2061)a725305Cut v1.24.0-rc.0 (#2058)77c584fbuild(deps): update all Go dependencies in all go.mod files (#2059)78262a7feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...34e9a7fMerge pull request #2055 from prombot/repo_sync43749bcUpdate common Prometheus filesde19217examples: improve simple main.go example (#1999)20355ebfix: correct typos in comments and test error messages (#2049)4cd2d3atest: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...Updates
github.com/slok/go-http-metricsfrom 0.11.0 to 0.13.0Release notes
Sourced from github.com/slok/go-http-metrics's releases.
Changelog
Sourced from github.com/slok/go-http-metrics's changelog.
Commits
dab00f5Bump v0.13.0b266f85Merge pull request #229 from slok/update-deps-2024090585d2360Update depsd7e6c4eMerge pull request #228 from slok/slok/improve-ux-ignore-paths5cb9780Improve UX of ignore paths8005104Merge pull request #111 from angristan/skip-paths764140eUse map instead of list, and add test3bddbe2Merge pull request #220 from slok/slok/v01207a7d132Prepare for v0.12.0bafadc8Merge pull request #219 from slok/slok/depsUpdates
github.com/urfave/cli/v2from 2.27.1 to 2.27.7Release notes
Sourced from github.com/urfave/cli/v2's releases.
... (truncated)
Commits
19b951aMerge pull request #2159 from urfave/v2-deps-updd134b5Update dependencies in v2 series347cd02Merge pull request #2157 from urfave/v2-not-dependabot0acf2e4Dependabot does not work like this (v2)c7bc0a9Merge pull request #2154 from urfave/v2-dependabot-maybe6ec0368Is this file needed on each release branch? (v2)9d76d15Merge pull request #2070 from dearchap/issue_20694abc9c3Fix:(issue_2069) Add sep for string slice3b17080Merge pull request #2015 from urfave/update_docs_v21e15e30Update cli.ymlUpdates
golang.org/x/oauth2from 0.34.0 to 0.36.0Commits
4d954e6all: upgrade go directive to at least 1.25.0 [generated]89ff2e1google: add safer credentials JSON loading options.Updates
golang.org/x/syncfrom 0.20.0 to 0.22.0Commits
1eb64d4semaphore: panic on negative weights5071ed6all: fix some comments to improve readabilityUpdates
google.golang.org/grpcfrom 1.79.3 to 1.82.1Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
ebd8f06Change version to 1.82.1 (#9238)4ea465dCherry-pick commits (#9236)9494a2cChange version to 1.82.1-dev (#9171)bd23985Change version to 1.82.0 (#9170)0f3086dFix minor issues not covered by PR #9137 (#9147)fef07fbinternal: Split v3procservicepb import into pb and grpc for extproc (#9163)91dd64ftransport: surface subsequent data when receiving non-gRPC header (#8929)adc97detest/kokoro: add config for regional-td test (#9158)57c9ff1xds: ensure full-string matching for RBAC Filter rules (#9148)b58f32dserver: Set a pprof label on new stream goroutines (#9082)Updates
google.golang.org/protobuffrom 1.36.10 to 1.36.11Updates
github.com/Azure/azure-sdk-for-go/sdk/azcorefrom 1.11.1 to 1.22.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
a19f613Prep azcore@v1.22.0 for release (#26926)5803c0eIncrement package version after release of storage/azblob (#26935) (#26943)9a979ff[Automation] Regenerate SDK based on typespec-go branch main 【batch 6】 (#26939)711094deng/tools/generator: release v0.4.14 (#26934)20bd677Deprecate Change Analysis SDK (#26913)92a31ec[Automation] Regenerate SDK based on typespec-go branch main 【batch 5】 (#26932)Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled. (Staging)