Use yaml.v3 rather than .v2 and .v1

This commit is contained in:
Mikel Olasagasti Uranga
2022-09-05 12:37:43 +02:00
committed by Christopher Allen Lane
parent 242da8c89a
commit 6bf51e758f
25 changed files with 2547 additions and 1084 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/go-git/go-git/v5 v5.11.0
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (