From bccbe877a70d3470e9c696f702f8717d0a81b6c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:15:14 +0000 Subject: [PATCH] chore(deps): update github.com/spf13/cobra digest to 02326d5 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b924b02..421bc92 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/lmittmann/tint v1.0.5 github.com/mattn/go-isatty v0.0.20 github.com/muesli/termenv v0.15.2 - github.com/spf13/cobra v1.8.2-0.20240824230244-78bfc837fe35 + github.com/spf13/cobra v1.8.2-0.20241105111924-02326d52c070 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index 81ec444..60dcf21 100644 --- a/go.sum +++ b/go.sum @@ -67,8 +67,8 @@ github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= -github.com/spf13/cobra v1.8.2-0.20240824230244-78bfc837fe35 h1:bG48sNpkjxfJwn0Gt6jlNCx4dABMxSTYc4euY+LVxdQ= -github.com/spf13/cobra v1.8.2-0.20240824230244-78bfc837fe35/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/cobra v1.8.2-0.20241105111924-02326d52c070 h1:Btg3LG2IBkQxPJyUKeXJ3WIZTNarfrDJq3s87duYLZ4= +github.com/spf13/cobra v1.8.2-0.20241105111924-02326d52c070/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=