Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1766)

API v3 was released in 2019 [1]. Update from the v2 API, no changes to
the packages's use needed and no breaking changes expected.

[1] https://ubuntu.com/blog/api-v3-of-the-yaml-package-for-go-is-available
This commit is contained in:
Tobias Klauser
2022-08-14 00:18:46 +02:00
committed by GitHub
parent f911c0b89c
commit dbf85f6104
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type cmdOption struct {