Skip to content

Commit 3caa650

Browse files
build(deps): Bump github.com/spf13/viper from 1.20.0 to 1.20.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffd8f41 commit 3caa650

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module k8s.io/kube-state-metrics/v2
22

33
go 1.24.0
4-
54
require (
65
github.com/KimMachineGun/automemlimit v0.7.1
76
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
@@ -17,7 +16,7 @@ require (
1716
github.com/prometheus/exporter-toolkit v0.14.0
1817
github.com/robfig/cron/v3 v3.0.1
1918
github.com/spf13/cobra v1.9.1
20-
github.com/spf13/viper v1.20.0
19+
github.com/spf13/viper v1.20.1
2120
github.com/stretchr/testify v1.10.0
2221
gopkg.in/yaml.v3 v3.0.1
2322
k8s.io/api v0.32.3

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
609609
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
610610
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
611611
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
612-
github.com/spf13/viper v1.20.0 h1:zrxIyR3RQIOsarIrgL8+sAvALXul9jeEPa06Y0Ph6vY=
613-
github.com/spf13/viper v1.20.0/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
612+
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
613+
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
614614
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
615615
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
616616
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=

0 commit comments

Comments
 (0)