diff options
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index 295077b3..82b3799b 100644 --- a/generator/app.go +++ b/generator/app.go @@ -27,7 +27,7 @@ import ( "strings" "text/template" - "gopkg.in/yaml.v2" + yaml "gopkg.in/yaml.v3" ) const ( |
