diff options
Diffstat (limited to 'internal/rtree/index.go')
| -rw-r--r-- | internal/rtree/index.go | 2 |
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. |
