Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 16 updates#2426

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-495e18a746
Open

chore(deps): bump the go-dependencies group across 1 directory with 16 updates#2426
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-495e18a746

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps the go-dependencies group with 10 updates in the / directory:

Package From To
github.com/go-logr/logr 1.4.2 1.4.3
github.com/oklog/run 1.1.0 1.2.0
github.com/olekukonko/tablewriter 1.0.5 1.1.3
github.com/prometheus/client_golang 1.22.0 1.23.2
github.com/prometheus/exporter-toolkit 0.14.0 0.15.1
github.com/stmcginnis/gofish 0.21.1 0.21.3
go.uber.org/zap 1.26.0 1.27.1
k8s.io/api 0.31.0 0.31.14
k8s.io/client-go 0.31.0 0.31.14
sigs.k8s.io/controller-runtime 0.19.0 0.23.1

Updates github.com/go-logr/logr from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.3

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

Commits
  • 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  • f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  • 511e5fa Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...
  • d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15
  • 158c311 Merge pull request #366 from thockin/master
  • c79ddb3 Update to support golangci-lint v2
  • 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13
  • 0385e14 Add comments around slog exceptions
  • Additional commits viewable in compare view

Updates github.com/oklog/run from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/oklog/run's releases.

v1.2.0

This long-overdue release includes correctness fixes to the SignalHandler helper, and a new ContextHandler helper. The minimum Go version in the go.mod file has been bumped from 1.13 to 1.20. As always, please test with your code before deploying to production, and file issues for any problems you encounter.

What's Changed

New Contributors

Full Changelog: oklog/run@v1.1.0...v1.2.0

Commits

Updates github.com/olekukonko/tablewriter from 1.0.5 to 1.1.3

Commits
  • ce018e6 fix read me update version
  • e3130fb Merge pull request #309 from olekukonko/narrow
  • 975f050 update ll
  • d4923d8 add more emoji & unicode test #308
  • c8c2b21 separate tint
  • 7097b13 Fix ForceNarrowBorders for generates long strings of border characters - Upda...
  • d02c460 revert go mod to go 1.21 and update dependencies to avoid breaking changes
  • dd95aca add clarity
  • ca4e3ac clearer environment debugging information
  • b31b038 use auto detection as default
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/prometheus/client_model from 0.6.1 to 0.6.2

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.6.2

What's Changed

Full Changelog: prometheus/client_model@v0.6.1...v0.6.2

Commits
  • eb136e5 Merge pull request #119 from prometheus/superq/google.golang.org/protobuf
  • bf7f2ca Update golanci-lint to v2.
  • 7e9b56c Bump google.golang.org/protobuf from 1.36.5 to 1.36.6
  • ef699ce Merge pull request #116 from prometheus/repo_sync
  • bf8b12e Update common Prometheus files
  • 5b93968 Merge pull request #115 from prometheus/repo_sync
  • ae83ddc Update common Prometheus files
  • afe0b21 Merge pull request #114 from prometheus/repo_sync
  • 75e1daf Update common Prometheus files
  • 73608e2 Merge pull request #113 from prometheus/dependabot/go_modules/google.golang.o...
  • Additional commits viewable in compare view

Updates github.com/prometheus/exporter-toolkit from 0.14.0 to 0.15.1

Release notes

Sourced from github.com/prometheus/exporter-toolkit's releases.

v0.15.1

What's Changed

Full Changelog: prometheus/exporter-toolkit@v0.15.0...v0.15.1

v0.15.0

What's Changed

Full Changelog: prometheus/exporter-toolkit@v0.14.1...v0.15.0

v0.14.1

What's Changed

... (truncated)

Commits
  • 7f8f461 Bump prometheus/promci from 0.4.7 to 0.5.3 (#362)
  • c267c37 Bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#368)
  • 2603416 Bump github.com/prometheus/common from 0.67.2 to 0.67.4 (#367)
  • 62924a8 Bump golang.org/x/time from 0.13.0 to 0.14.0 (#359)
  • 25ee19b Bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#361)
  • 8da41e6 Bump github.com/prometheus/common from 0.66.1 to 0.67.2 (#358)
  • 003133f Remove obsolete CircleCI config (#355)
  • 371c300 Bump go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3 (#350)
  • 3e873c7 Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#351)
  • f3b01c3 Bump golang.org/x/time from 0.12.0 to 0.13.0 (#348)
  • Additional commits viewable in compare view

Updates github.com/prometheus/procfs from 0.15.1 to 0.16.1

Release notes

Sourced from github.com/prometheus/procfs's releases.

v0.16.1

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.0...v0.16.1

v0.16.0

What's Changed

... (truncated)

Commits

Updates github.com/stmcginnis/gofish from 0.21.1 to 0.21.3

Release notes

Sourced from github.com/stmcginnis/gofish's releases.

v0.21.3

What's Changed

New Contributors

Full Changelog: stmcginnis/gofish@v0.21.2...v0.21.3

v0.21.2

What's Changed

Full Changelog: stmcginnis/gofish@v0.21.1...v0.21.2

Commits
  • fdd87a7 Fix Drive.Location regression: restore array type per DMTF spec (#506)
  • 3bfd741 fix: In computersystem Boot struct, omitempty everything (#504)
  • 4cd0ed3 generator: Fetch latest release
  • 31be123 generator: Simplify swordfish schema retrieval
  • See full diff in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 23, 2026
@github-actions github-actions Bot added the chore Routine tasks or maintenance label Feb 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495e18a746 branch 2 times, most recently from 0b41268 to 91140d9 Compare March 9, 2026 19:52
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495e18a746 branch 2 times, most recently from dd288a4 to d67526e Compare March 23, 2026 18:40
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495e18a746 branch 2 times, most recently from db49b39 to 2721098 Compare April 6, 2026 18:23
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495e18a746 branch from 2721098 to 629b2de Compare April 13, 2026 19:31
…6 updates

Bumps the go-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` |
| [github.com/oklog/run](https://github.com/oklog/run) | `1.1.0` | `1.2.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.0.5` | `1.1.3` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.22.0` | `1.23.2` |
| [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) | `0.14.0` | `0.15.1` |
| [github.com/stmcginnis/gofish](https://github.com/stmcginnis/gofish) | `0.21.1` | `0.21.3` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.26.0` | `1.27.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.14` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.14` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.23.1` |



Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.2...v1.4.3)

Updates `github.com/oklog/run` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/oklog/run/releases)
- [Commits](oklog/run@v1.1.0...v1.2.0)

Updates `github.com/olekukonko/tablewriter` from 1.0.5 to 1.1.3
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.0.5...v1.1.3)

Updates `github.com/prometheus/client_golang` from 1.22.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.22.0...v1.23.2)

Updates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.6.1...v0.6.2)

Updates `github.com/prometheus/exporter-toolkit` from 0.14.0 to 0.15.1
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.14.0...v0.15.1)

Updates `github.com/prometheus/procfs` from 0.15.1 to 0.16.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.15.1...v0.16.1)

Updates `github.com/stmcginnis/gofish` from 0.21.1 to 0.21.3
- [Release notes](https://github.com/stmcginnis/gofish/releases)
- [Commits](stmcginnis/gofish@v0.21.1...v0.21.3)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `go.uber.org/zap` from 1.26.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.26.0...v1.27.1)

Updates `golang.org/x/sync` from 0.17.0 to 0.19.0
- [Commits](golang/sync@v0.17.0...v0.19.0)

Updates `golang.org/x/sys` from 0.36.0 to 0.39.0
- [Commits](golang/sys@v0.36.0...v0.39.0)

Updates `k8s.io/api` from 0.31.0 to 0.31.14
- [Commits](kubernetes/api@v0.31.0...v0.31.14)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.14
- [Commits](kubernetes/apimachinery@v0.31.0...v0.31.14)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.14
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.14)

Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.23.1
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.23.1)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/oklog/run
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- 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-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stmcginnis/gofish
  dependency-version: 0.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.31.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.31.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.31.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495e18a746 branch from 629b2de to 902eace Compare April 20, 2026 20:39
Copy link
Copy Markdown
Collaborator

@SamYuan1990 SamYuan1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sunya-ch
Copy link
Copy Markdown
Collaborator

It seems that we need some manual work on this go version upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine tasks or maintenance dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants