aboutsummaryrefslogtreecommitdiff
path: root/internal/rtree/index.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/rtree/index.go
parent6f4c551a522b94e80ace5657d2b8cdfc267d8ae2 (diff)
downloadgofu-24762f09de2aa8cada3f3c63afa313e06ebf47c8.tar.gz
replace deprecated dependencies with their successors
Diffstat (limited to 'internal/rtree/index.go')
-rw-r--r--internal/rtree/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rtree/index.go b/internal/rtree/index.go
index 201d4f9..09ababa 100644
--- a/internal/rtree/index.go
+++ b/internal/rtree/index.go
@@ -29,7 +29,7 @@ import (
"github.com/majewsky/gofu/internal/cli"
- yaml "gopkg.in/yaml.v2"
+ yaml "go.yaml.in/yaml/v3"
)
// Index represents the contents of the index file.