summaryrefslogtreecommitdiff
path: root/internal/rtree
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rtree')
-rw-r--r--internal/rtree/index.go2
-rw-r--r--internal/rtree/shared_test.go3
2 files changed, 3 insertions, 2 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.
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.