summaryrefslogtreecommitdiffstats
path: root/client/go/go.mod
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-05 19:15:39 +0000
committerGitHub <noreply@github.com>2023-11-05 19:15:39 +0000
commit89b880b2a87835bfc002fb96c6b820411b9639fe (patch)
treef837594681a7a18bfa795dd8fda31b45aa5a5abf /client/go/go.mod
parent76258a000f1efc16c84db65e14b2cb475255d06e (diff)
Update module github.com/spf13/cobra to v1.8.0
Diffstat (limited to 'client/go/go.mod')
-rw-r--r--client/go/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/go/go.mod b/client/go/go.mod
index 75996032a47..32b174fee38 100644
--- a/client/go/go.mod
+++ b/client/go/go.mod
@@ -12,7 +12,7 @@ require (
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
- github.com/spf13/cobra v1.7.0
+ github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/zalando/go-keyring v0.2.3
@@ -22,7 +22,7 @@ require (
)
require (
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect