From 7f22d5dbf2e76a33377c3f3670c5ed4ccc93040b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:37:27 +0000 Subject: [PATCH] chore(deps): update github.com/spf13/cobra digest to 5bef9d8 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6d86a60..227fb21 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,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.20241012160827-5bef9d8d87ad 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 c4e41ef..5270cb8 100644 --- a/go.sum +++ b/go.sum @@ -63,8 +63,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.20241012160827-5bef9d8d87ad h1:mDc7aL0NQy3QW1iy02iPPVNhvk1q+wyKNLrgnycgCRI= +github.com/spf13/cobra v1.8.2-0.20241012160827-5bef9d8d87ad/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=