We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4199b6a commit b45a548Copy full SHA for b45a548
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/spf13/pflag v1.0.6
14
github.com/spf13/viper v1.20.1
15
gopkg.in/yaml.v2 v2.4.0
16
+ gopkg.in/yaml.v3 v3.0.1
17
)
18
19
require (
@@ -64,5 +65,4 @@ require (
64
65
golang.org/x/text v0.23.0 // indirect
66
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
67
gopkg.in/ini.v1 v1.67.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
68
0 commit comments