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/rtree/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rtree/index.go') 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. -- cgit v1.3.1