Skip to content

chore(deps): bump the go-modules group across 1 directory with 6 updates#65

Merged
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-0812b541f3
Feb 14, 2026
Merged

chore(deps): bump the go-modules group across 1 directory with 6 updates#65
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-0812b541f3

Conversation

@dependabot
Copy link
Contributor

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

Bumps the go-modules group with 6 updates in the / directory:

Package From To
cloud.google.com/go/auth 0.18.1 0.18.2
github.com/charmbracelet/colorprofile 0.4.1 0.4.2
github.com/containerd/cgroups/v3 3.1.2 3.1.3
github.com/olekukonko/ll 0.1.5 0.1.6
github.com/sylabs/sif/v2 2.22.0 2.23.0
google.golang.org/grpc 1.78.0 1.79.1

Updates cloud.google.com/go/auth from 0.18.1 to 0.18.2

Release notes

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

auth: v0.18.2

0.18.2 (2026-02-13)

Bug Fixes

Commits
  • 75e6b63 chore: librarian release pull request: 20260213T162929Z (#13848)www
  • cc0ef5a chore: librarian generate pull request: 20260212T190609Z (#13847)
  • 588fe0c feat(auditmanager): add new clients (#13842)
  • 7e0560d chore: librarian release pull request: 20260212T080857Z (#13843)
  • c8ae2e2 fix(bigtable): refactor bigtable.go into separate file path per interfaces (#...
  • 1127141 chore(deps): run renovate on preview branch (#13840)
  • 0102ad6 chore: fixup datamanager initial generation (#13836)
  • d716a47 feat(bigquery): add TotalServicesSkuSlotMillis to QueryStatistics (#13808)
  • 80561cb chore: librarian release pull request: 20260211T232929Z (#13835)
  • 8e3d5c7 test(spanner/test/opentelemetry/test): update otelgrpc invocation (#13831)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/colorprofile from 0.4.1 to 0.4.2

Release notes

Sourced from github.com/charmbracelet/colorprofile's releases.

v0.4.2

Fix detecting Windows Terminal when running bash.exe and other shells.

Changelog

Fixed

  • cd2fcca21e9a1d0c8e0b0c607c3ec58f12f11051: fix: detect bash running in windows terminal (#72) (@​aymanbagabas)
  • 3ef40325a63e54b458725da84428f10a6bf43c60: fix: lint: use exec.CommandContext for tmux command (@​aymanbagabas)
  • 60b4b8af4be3eeec23c0e06fe229367a81534a33: fix: use bytes.SplitSeq instead of bytes.Split to reduce allocations (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • 60b4b8a fix: use bytes.SplitSeq instead of bytes.Split to reduce allocations
  • 3ef4032 fix: lint: use exec.CommandContext for tmux command
  • cd2fcca fix: detect bash running in windows terminal (#72)
  • 49ad652 chore(deps): bump the all group with 2 updates (#71)
  • 0ab457b chore(deps): bump github.com/charmbracelet/x/ansi (#70)
  • 1b32857 chore(deps): bump github.com/charmbracelet/x/ansi in the all group (#69)
  • 8121334 chore(deps): bump github.com/charmbracelet/x/ansi (#68)
  • a1ec50d chore(deps): bump golang.org/x/sys in the all group (#67)
  • e16df53 chore(deps): bump golang.org/x/sys in the all group (#66)
  • See full diff in compare view

Updates github.com/containerd/cgroups/v3 from 3.1.2 to 3.1.3

Release notes

Sourced from github.com/containerd/cgroups/v3's releases.

v3.1.3

What's Changed

Full Changelog: containerd/cgroups@v3.1.2...v3.1.3

Commits
  • 076b5e0 Merge pull request #387 from dcantah/cg2-stats-filter
  • 31da8b0 Merge pull request #388 from dcantah/oom-group-kill
  • d72c9ce Cg2: Add ability to set memory.oom.group
  • 4584088 Events: Add OOMGroupKill
  • 9293fbb Cg2: Add the ability to filter stats
  • 568b349 Merge pull request #385 from containerd/dependabot/github_actions/actions/cac...
  • 90c5813 build(deps): bump actions/cache from 4 to 5
  • See full diff in compare view

Updates github.com/olekukonko/ll from 0.1.5 to 0.1.6

Commits

Updates github.com/sylabs/sif/v2 from 2.22.0 to 2.23.0

Release notes

Sourced from github.com/sylabs/sif/v2's releases.

v2.23.0

This release drops support for Go 1.24.

What's Changed

Full Changelog: sylabs/sif@v2.22.0...v2.23.0

Commits
  • a9bf1a9 Merge pull request #441 from sylabs/dependabot/go_modules/github.com/sigstore...
  • 35bb6a1 build(deps): bump github.com/sigstore/sigstore from 1.9.5 to 1.10.4
  • e83475c Merge pull request #443 from tri-adam/go-1.26
  • 58a1f73 chore: bump node to latest LTS release
  • 365c0c8 chore: bump golangci-lint to v2.9
  • e3414ac chore: bump module to Go 1.25
  • 45c672d Merge pull request #440 from tri-adam/golangci-lint-2.8
  • dac0e14 chore: bump golangci-lint to v2.8
  • 5e80e73 Merge pull request #436 from sylabs/dependabot/go_modules/main/github.com/spf...
  • 82250fc build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.78.0 to 1.79.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.79.1

Bug Fixes

Release 1.79.0

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)

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)
  • server: Propagate status detail headers, if available, when terminating a stream during request header processing. (#8754)

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)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 go-modules group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) | `0.18.1` | `0.18.2` |
| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.4.1` | `0.4.2` |
| [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) | `3.1.2` | `3.1.3` |
| [github.com/olekukonko/ll](https://github.com/olekukonko/ll) | `0.1.5` | `0.1.6` |
| [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) | `2.22.0` | `2.23.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.79.1` |



Updates `cloud.google.com/go/auth` from 0.18.1 to 0.18.2
- [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@auth/v0.18.1...auth/v0.18.2)

Updates `github.com/charmbracelet/colorprofile` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/charmbracelet/colorprofile/releases)
- [Commits](charmbracelet/colorprofile@v0.4.1...v0.4.2)

Updates `github.com/containerd/cgroups/v3` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/containerd/cgroups/releases)
- [Commits](containerd/cgroups@v3.1.2...v3.1.3)

Updates `github.com/olekukonko/ll` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/olekukonko/ll/releases)
- [Commits](olekukonko/ll@v0.1.5...v0.1.6)

Updates `github.com/sylabs/sif/v2` from 2.22.0 to 2.23.0
- [Release notes](https://github.com/sylabs/sif/releases)
- [Commits](sylabs/sif@v2.22.0...v2.23.0)

Updates `google.golang.org/grpc` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/auth
  dependency-version: 0.18.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/colorprofile
  dependency-version: 0.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/containerd/cgroups/v3
  dependency-version: 3.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/sylabs/sif/v2
  dependency-version: 2.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

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 13, 2026
@idiap-bot idiap-bot added the semver:patch A change requiring a patch version bump label Feb 13, 2026
@idiap-bot idiap-bot merged commit 13feea9 into main Feb 14, 2026
9 of 10 checks passed
@idiap-bot idiap-bot deleted the dependabot/go_modules/go-modules-0812b541f3 branch February 14, 2026 00:05
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants