Skip to content

fix(deps): update go dependencies#411

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies
Open

fix(deps): update go dependencies#411
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/bazelbuild/rules_go v0.59.0v0.60.0 age confidence require minor
github.com/klauspost/compress v1.18.3v1.18.4 age confidence require patch
golang.org/x/term v0.39.0v0.40.0 age confidence require minor
google.golang.org/genproto/googleapis/api 8636f874cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/bytestream 8636f874cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/rpc 8636f874cfbd41 age confidence require digest
google.golang.org/grpc v1.78.0v1.79.1 age confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.60.0

Compare Source

MODULE.bazel code

bazel_dep(name = "rules_go", version = "0.60.0")

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.from_file(go_mod = "//:go.mod")

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "86d3dc8f59d253524f933aaf2f3c05896cb0b605fc35b460c0b4b039996124c6",
    urls = [
        "https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
        "https://github.com/bazel-contrib/rules_go/releases/download/v0.60.0/rules_go-v0.60.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.25.7")

# Create the host platform repository transitively required by rules_go.
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@​platforms//host:extension.bzl", "host_platform_repo")

maybe(
    host_platform_repo,
    name = "host_platform",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@v0.59.0...v0.60.0

klauspost/compress (github.com/klauspost/compress)

v1.18.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.2...v1.18.4

grpc/grpc-go (google.golang.org/grpc)

v1.79.1: Release 1.79.1

Compare Source

Bug Fixes

  • grpc: Remove the -dev suffix from the User-Agent header (#​8902)

v1.79.0: Release 1.79.0

Compare Source

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#​8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#​8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#​8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#​8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#​8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#​8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#​8650)
  • server: Include status detail headers, if available, when terminating a stream during request header processing. (#​8754)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#​8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#​8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#​8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#​8769)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#​8791)
  • mem: Optimize pooling and creation of buffer objects. (#​8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#​8797)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 2, 2026
@aspect-workflows
Copy link

aspect-workflows bot commented Feb 2, 2026

Bazel 9 (Test)

3 test targets passed

Targets
//img/private/release/gazelle_plugin:release_files_test [k8-fastbuild]                 150ms
//tests/img_toolchain:img_toolchain_test [k8-fastbuild]                                270ms
//util:buildifier.check [k8-fastbuild]                                                 2s

Total test execution time was 2s. 18 tests (85.7%) were fully cached saving 12s.


Integration Tests (Test)

⚠️ Buildkite build #977 failed.

Failed tests (1)
//e2e:generic_bazel_7_4_0 🔗

💡 To reproduce the test failures, run

bazel test //e2e:generic_bazel_7_4_0

Buildifier

@renovate renovate bot changed the title fix(deps): update go dependencies to ce8ad4c fix(deps): update go dependencies to 546029d Feb 3, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 49a36a5 to 4fe407a Compare February 6, 2026 22:00
@renovate renovate bot changed the title fix(deps): update go dependencies to 546029d fix(deps): update go dependencies Feb 9, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 77070d0 to e01f3ae Compare February 9, 2026 22:10
@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2026

ℹ️ Artifact update notice

File name: img_tool/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/oauth2 v0.33.0 -> v0.34.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.32.0

@renovate renovate bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 166d561 to 5db4932 Compare February 12, 2026 17:43
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 5db4932 to 5da9e1e Compare February 13, 2026 10:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants