Skip to content

Commit c60f589

Browse files
authored
Merge pull request #651 from numtide/renovate/github.com-spf13-cobra-1.x
fix(deps): update module github.com/spf13/cobra to v1.10.2
2 parents 5e4321a + 895af66 commit c60f589

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gobwas/glob v0.2.3
1010
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1111
github.com/otiai10/copy v1.14.1
12-
github.com/spf13/cobra v1.10.1
12+
github.com/spf13/cobra v1.10.2
1313
github.com/spf13/pflag v1.0.10
1414
github.com/spf13/viper v1.21.0
1515
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
9797
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
9898
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
9999
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
100+
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
101+
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
100102
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
101103
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
102104
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=

nix/packages/treefmt/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in
3232
];
3333
};
3434

35-
vendorHash = "sha256-bEYdPxsp2cQHQ2MUb7s9t95LA6gl9wTc6ALF02UET1Y=";
35+
vendorHash = "sha256-EbOwQzPDohduKvwUiexItSw3DyBWzgVK7UueEZu2124=";
3636

3737
env.CGO_ENABLED = 0;
3838

0 commit comments

Comments
 (0)