Skip to content

Commit 85dc747

Browse files
authored
Merge pull request #2762 from containers/renovate/github.com-spf13-cobra-1.x
fix(deps): update module github.com/spf13/cobra to v1.10.2
2 parents b440fae + f7d8ca9 commit 85dc747

5 files changed

Lines changed: 17 additions & 10 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/opencontainers/image-spec v1.1.2-0.20251016170850-26647a49f642
1717
github.com/opencontainers/image-tools v1.0.0-rc3
1818
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
19-
github.com/spf13/cobra v1.10.1
19+
github.com/spf13/cobra v1.10.2
2020
github.com/spf13/pflag v1.0.10
2121
github.com/stretchr/testify v1.11.1
2222
go.podman.io/common v0.66.1-0.20251201104202-63be353eddce

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af h1:Sp5TG9f7K39yf
186186
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
187187
github.com/smallstep/pkcs7 v0.1.1 h1:x+rPdt2W088V9Vkjho4KtoggyktZJlMduZAtRHm68LU=
188188
github.com/smallstep/pkcs7 v0.1.1/go.mod h1:dL6j5AIz9GHjVEBTXtW+QliALcgM19RtXaTeyxI+AfA=
189-
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
190-
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
189+
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
190+
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
191191
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
192192
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
193193
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

vendor/github.com/spf13/cobra/.golangci.yml

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

vendor/github.com/spf13/cobra/command.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ github.com/sirupsen/logrus
287287
## explicit; go 1.14
288288
github.com/smallstep/pkcs7
289289
github.com/smallstep/pkcs7/internal/legacy/x509
290-
# github.com/spf13/cobra v1.10.1
290+
# github.com/spf13/cobra v1.10.2
291291
## explicit; go 1.15
292292
github.com/spf13/cobra
293293
# github.com/spf13/pflag v1.0.10

0 commit comments

Comments
 (0)