use yaml.v3

This commit is contained in:
Denis Bilenko 2024-12-06 16:46:33 +01:00
parent 024a43f85b
commit 0ff74ba6e3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"golang.org/x/mod/modfile"
"golang.org/x/tools/go/packages"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type Config struct {