From 24762f09de2aa8cada3f3c63afa313e06ebf47c8 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 29 Sep 2025 21:45:56 +0200 Subject: replace deprecated dependencies with their successors --- internal/prompt/cloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/prompt/cloud.go') diff --git a/internal/prompt/cloud.go b/internal/prompt/cloud.go index 0f69243..624f56d 100644 --- a/internal/prompt/cloud.go +++ b/internal/prompt/cloud.go @@ -24,7 +24,7 @@ import ( "path/filepath" "strings" - yaml "gopkg.in/yaml.v2" + yaml "go.yaml.in/yaml/v3" ) func getKubernetesField() string { -- cgit v1.3.1