Skip to content

Commit 52e4fbd

Browse files
authored
Merge pull request kubernetes#125574 from jpmcb/cobra-1.8.1
Upgrade spf13/cobra v1.8.1
2 parents fc786fc + 5aaff7d commit 52e4fbd

File tree

48 files changed

+255
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+255
-189
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/coredns/corefile-migration v1.0.21
2222
github.com/coreos/go-oidc v2.2.1+incompatible
2323
github.com/coreos/go-systemd/v22 v22.5.0
24-
github.com/cpuguy83/go-md2man/v2 v2.0.3
24+
github.com/cpuguy83/go-md2man/v2 v2.0.4
2525
github.com/cyphar/filepath-securejoin v0.2.4
2626
github.com/distribution/reference v0.5.0
2727
github.com/docker/go-units v0.5.0
@@ -54,7 +54,7 @@ require (
5454
github.com/prometheus/client_model v0.6.0
5555
github.com/prometheus/common v0.48.0
5656
github.com/robfig/cron/v3 v3.0.1
57-
github.com/spf13/cobra v1.8.0
57+
github.com/spf13/cobra v1.8.1
5858
github.com/spf13/pflag v1.0.5
5959
github.com/stretchr/testify v1.8.4
6060
github.com/vishvananda/netlink v1.1.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV
240240
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
241241
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
242242
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
243-
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
244-
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
243+
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
244+
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
245245
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
246246
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
247247
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
@@ -616,8 +616,8 @@ github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B
616616
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
617617
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
618618
github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
619-
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
620-
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
619+
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
620+
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
621621
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
622622
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
623623
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/google/go-cmp v0.6.0
1313
github.com/google/gofuzz v1.2.0
1414
github.com/google/uuid v1.3.1
15-
github.com/spf13/cobra v1.8.0
15+
github.com/spf13/cobra v1.8.1
1616
github.com/spf13/pflag v1.0.5
1717
github.com/stretchr/testify v1.8.4
1818
go.etcd.io/etcd/client/pkg/v3 v3.5.13

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/prometheus/procfs v0.12.0 // indirect
101101
github.com/sirupsen/logrus v1.9.3 // indirect
102102
github.com/soheilhy/cmux v0.1.5 // indirect
103-
github.com/spf13/cobra v1.8.0 // indirect
103+
github.com/spf13/cobra v1.8.1 // indirect
104104
github.com/stoewer/go-strcase v1.2.0 // indirect
105105
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
106106
github.com/x448/float16 v0.8.4 // indirect

staging/src/k8s.io/apiserver/go.sum

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cli-runtime/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/google/uuid v1.3.1
1111
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
1212
github.com/moby/term v0.5.0
13-
github.com/spf13/cobra v1.8.0
13+
github.com/spf13/cobra v1.8.1
1414
github.com/spf13/pflag v1.0.5
1515
github.com/stretchr/testify v1.8.4
1616
golang.org/x/sync v0.7.0

staging/src/k8s.io/cli-runtime/go.sum

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.22.0
66

77
require (
88
github.com/google/go-cmp v0.6.0
9-
github.com/spf13/cobra v1.8.0
9+
github.com/spf13/cobra v1.8.1
1010
github.com/spf13/pflag v1.0.5
1111
github.com/stretchr/testify v1.8.4
1212
k8s.io/api v0.0.0

staging/src/k8s.io/cloud-provider/go.sum

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)