chore(deps): remove yaml.v1

Remove errant `yaml.v1` dependency, and use `yaml.v2` everywhere.
This commit is contained in:
Christopher Allen Lane
2022-11-05 11:39:48 -04:00
parent 3a6b6e58f0
commit c9ccefa607
20 changed files with 1 additions and 9393 deletions

1
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/go-git/go-git/v5 v5.4.2
github.com/mattn/go-isatty v0.0.16
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
)