From 3d1fb237e316b474ae801764899b793b97514243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:21:04 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/cobra to v1.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 350f13c..469adc8 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/goccy/go-json v0.10.0 github.com/invopop/yaml v0.1.0 github.com/pelletier/go-toml/v2 v2.0.6 - github.com/spf13/cobra v1.6.1 + github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 )