Skip to content

Commit 95f420f

Browse files
Bump k8s.io/client-go from 0.31.5 to 0.32.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.5 to 0.32.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.5...v0.32.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.32.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84bb6d2 commit 95f420f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/prometheus-community/json_exporter
22

33
go 1.22.0
4+
toolchain go1.24.1
45

56
require (
67
github.com/Masterminds/sprig/v3 v3.3.0
@@ -9,7 +10,7 @@ require (
910
github.com/prometheus/common v0.62.0
1011
github.com/prometheus/exporter-toolkit v0.13.2
1112
gopkg.in/yaml.v2 v2.4.0
12-
k8s.io/client-go v0.31.5
13+
k8s.io/client-go v0.32.3
1314
)
1415

1516
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
9797
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
9898
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
9999
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
100-
k8s.io/client-go v0.31.5 h1:rmDswcUaIFAJ5vJaB82pjyqc52DgHCPv0G6af3OupO0=
101-
k8s.io/client-go v0.31.5/go.mod h1:js93IlRSzRHql9o9zP54N56rMR249uH4+srnSOcFLsU=
100+
k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU=
101+
k8s.io/client-go v0.32.3/go.mod h1:3v0+3k4IcT9bXTc4V2rt+d2ZPPG700Xy6Oi0Gdl2PaY=

0 commit comments

Comments
 (0)