From 21dd7e8f0aeaf5dffd2227bbcd4bc7d1935b89e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:51:26 +0000 Subject: [PATCH] fix(deps): update golang.org/x/exp digest to dead583 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c9b1c08d1..24f614868 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 - golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 + golang.org/x/exp dead58393ab7 golang.org/x/term v0.29.0 gopkg.in/yaml.v3 v3.0.1 )