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.
Bumps the go-deps group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.8` | `1.19.0` | | [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.23.2` | | [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` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.34.0` | `0.36.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.22.0` | | [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.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.17.8...v1.19.0) 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.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.23.2) 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 17, 2026 13:35
da8f8df to
08d1d01
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 12 updates in the / directory:
1.17.81.19.07.0.727.2.11.19.01.23.20.11.00.13.02.27.12.27.70.34.00.36.00.20.00.22.01.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.0Release notes
Sourced from github.com/klauspost/compress's releases.
... (truncated)
Commits
f0953f9flate: fix buffer formatting in tests (#1165)ab2e3cczstd: Add arm64 decoder asm (#1160)bb2723dMerge commit from fork539243bs2sx: Clean symlink targets (#1163)bd9228cApply go fix and check in CI (#1158)4cc176czstd: Add true concurrent stream encoding (#1136)4705fcbbuild(deps): bump the github-actions group with 3 updates (#1157)e9c2e56huff0: Allow building table from oversized histogram. (#1156)ecdb779huff0: Allow building tables from histogram. (#1155)38efa45zip: add NameDecoder callback for legacy encoding rewrite (#1150)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.23.2Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
8179a56Cut v1.23.2 (#1870)4142b59Merge pull request #1869 from prometheus/arve/upgrade-common4ff40f0Cut v1.23.1 (#1867)989b029Upgrade to prometheus/common v0.66 (#1866)e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)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)768459dazcertificates: live recording for PlatformManaged + review fixes (follow-up ...e845f72Update codeowners (#26918)118bb35eng/tools/internal/exports: handle untyped const with selector expr value (#2...2b3767bConfigurations: 'specification/containerservice/resource-manager/Microsoft.C...Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentityfrom 1.6.0 to 1.13.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
Commits
6bb9b03azidentity v1.13.1 (#25574)e18dbd7Increment package version after release of azidentity (#25367)4f0faccPrepare azidentity v1.13.0 for release (#25352)2d8c98bSelecting ManagedIdentityCredential disables DefaultAzureCredential's IMDS pr...67dd4fcIncrement package version after release of azidentity (#25263)1a74bc8Prepare azidentity v1.12.0 for release (#25231)839a355Test IMDS managed identity with a remote VM (#25237)c352be3Sync eng/common directory with azure-sdk-tools for PR 11931 (#25243)c994ecagofmt (#25234)9c95d95[Release] sdk/resourcemanager/computefleet/armcomputefleet/2.0.0-beta.1 gener...Updates
github.com/Azure/azure-sdk-for-go/sdk/storage/azblobfrom 0.4.1 to 1.8.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.
... (truncated)
Commits
42def97Add breaking changes to release notes (#21696)112db83Azcore v1.8.0 (#21694)204a3c4Prep azcore v1.7.2 for release (#21506)89497f5Add changelog entry for WASM fix (#21493)0414a4bTransport dialer: setting nil for wasm build (#21451)b1db0beEnable TLS renegotiation (#21182)624bababump azcore version numberce7217cPrep for azcore v1.7.0 release (#21149)62a8079Add support for shallow cloning azcore.Client instances (#21065) (#21098)47286b0Add flag to enable skipping of dependency checks (#21146)Updates
github.com/johannesboyne/gofakes3from 0.0.0-20230506070712-04da935ef877 to 1.2.0Release notes
Sourced from github.com/johannesboyne/gofakes3's releases.