Skip to content

Commit 422b9ec

Browse files
authored
Merge pull request #9438 from kubernetes/dependabot/go_modules/cluster-autoscaler/github.com/spf13/pflag-1.0.10
dependabot(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 in /cluster-autoscaler
2 parents e400898 + 86f334f commit 422b9ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cluster-autoscaler/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
github.com/aws/aws-sdk-go-v2/service/ec2 v1.275.1
2525
github.com/aws/aws-sdk-go-v2/service/eks v1.76.1
2626
github.com/aws/smithy-go v1.24.0
27+
github.com/blang/semver/v4 v4.0.0
2728
github.com/cenkalti/backoff/v4 v4.3.0
2829
github.com/digitalocean/godo v1.169.0
2930
github.com/golang/mock v1.6.0
@@ -36,7 +37,8 @@ require (
3637
github.com/json-iterator/go v1.1.12
3738
github.com/pkg/errors v0.9.1
3839
github.com/prometheus/client_golang v1.23.2
39-
github.com/spf13/pflag v1.0.9
40+
github.com/prometheus/client_model v0.6.2
41+
github.com/spf13/pflag v1.0.10
4042
github.com/stretchr/testify v1.11.1
4143
github.com/vburenin/ifacemaker v1.3.0
4244
go.uber.org/mock v0.6.0
@@ -116,7 +118,6 @@ require (
116118
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.11 // indirect
117119
github.com/aws/aws-sdk-go-v2/service/sts v1.41.3 // indirect
118120
github.com/beorn7/perks v1.0.1 // indirect
119-
github.com/blang/semver/v4 v4.0.0 // indirect
120121
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
121122
github.com/cespare/xxhash/v2 v2.3.0 // indirect
122123
github.com/container-storage-interface/spec v1.9.0 // indirect
@@ -190,7 +191,6 @@ require (
190191
github.com/opencontainers/selinux v1.13.0 // indirect
191192
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
192193
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
193-
github.com/prometheus/client_model v0.6.2 // indirect
194194
github.com/prometheus/common v0.66.1 // indirect
195195
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
196196
github.com/prometheus/procfs v0.17.0 // indirect

cluster-autoscaler/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE
405405
github.com/spf13/cobra v1.10.0 h1:a5/WeUlSDCvV5a45ljW2ZFtV0bTDpkfSAj3uqB6Sc+0=
406406
github.com/spf13/cobra v1.10.0/go.mod h1:9dhySC7dnTtEiqzmqfkLj47BslqLCUPMXjG2lj/NgoE=
407407
github.com/spf13/pflag v1.0.8/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
408-
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
409-
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
408+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
409+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
410410
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
411411
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
412412
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)