summaryrefslogtreecommitdiff
path: root/internal/prompt/cloud.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-09-29 21:45:56 +0200
committerStefan Majewsky <majewsky@gmx.net>2025-09-29 21:45:56 +0200
commit24762f09de2aa8cada3f3c63afa313e06ebf47c8 (patch)
tree260b236dbdaa4b21ab55f2ce54003446630dcea5 /internal/prompt/cloud.go
parent6f4c551a522b94e80ace5657d2b8cdfc267d8ae2 (diff)
downloadgofu-24762f09de2aa8cada3f3c63afa313e06ebf47c8.tar.gz
replace deprecated dependencies with their successors
Diffstat (limited to 'internal/prompt/cloud.go')
-rw-r--r--internal/prompt/cloud.go2
1 files changed, 1 insertions, 1 deletions
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 {