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 +- internal/rtree/shared_test.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'internal/rtree') 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. diff --git a/internal/rtree/shared_test.go b/internal/rtree/shared_test.go index 3bfdaba..e26eb11 100644 --- a/internal/rtree/shared_test.go +++ b/internal/rtree/shared_test.go @@ -29,8 +29,9 @@ import ( "strings" "testing" + yaml "go.yaml.in/yaml/v3" + "github.com/majewsky/gofu/internal/cli" - yaml "gopkg.in/yaml.v2" ) // Path to a directory where tests can put their index files. -- cgit v1.3.1