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/shared_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/rtree/shared_test.go') 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