Skip to content

Commit 91ebe65

Browse files
chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#11918)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bf8179 commit 91ebe65

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require (
7777
github.com/shamaton/msgpack/v2 v2.4.0
7878
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
7979
github.com/spf13/afero v1.15.0
80-
github.com/spf13/cobra v1.10.1
80+
github.com/spf13/cobra v1.10.2
8181
github.com/stretchr/testify v1.11.1
8282
github.com/test-go/testify v1.1.4
8383
github.com/thejerf/suture/v4 v4.0.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,8 @@ github.com/spacewander/go-suffix-tree v0.0.0-20191010040751-0865e368c784 h1:0jjO
863863
github.com/spacewander/go-suffix-tree v0.0.0-20191010040751-0865e368c784/go.mod h1:ff/5myEGgtsAwf26goQCO905GrEm5ugEZSd6OWTsrhM=
864864
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
865865
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
866-
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
867-
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
866+
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
867+
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
868868
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
869869
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
870870
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
@@ -1912,7 +1912,7 @@ github.com/spacewander/go-suffix-tree
19121912
github.com/spf13/afero
19131913
github.com/spf13/afero/internal/common
19141914
github.com/spf13/afero/mem
1915-
# github.com/spf13/cobra v1.10.1
1915+
# github.com/spf13/cobra v1.10.2
19161916
## explicit; go 1.15
19171917
github.com/spf13/cobra
19181918
# github.com/spf13/pflag v1.0.10

0 commit comments

Comments
 (0)