Skip to content

Commit b45a548

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent 4199b6a commit b45a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/spf13/pflag v1.0.6
1414
github.com/spf13/viper v1.20.1
1515
gopkg.in/yaml.v2 v2.4.0
16+
gopkg.in/yaml.v3 v3.0.1
1617
)
1718

1819
require (
@@ -64,5 +65,4 @@ require (
6465
golang.org/x/text v0.23.0 // indirect
6566
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6667
gopkg.in/ini.v1 v1.67.0 // indirect
67-
gopkg.in/yaml.v3 v3.0.1 // indirect
6868
)

0 commit comments

Comments
 (0)