Skip to content

Commit 6d4e8da

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 5dff987 commit 6d4e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/spf13/afero v1.11.0
1111
github.com/suzuki-shunsuke/logrus-error v0.1.4
1212
github.com/urfave/cli/v2 v2.27.2
13-
gopkg.in/yaml.v2 v2.4.0
13+
gopkg.in/yaml.v3 v3.0.1
1414
gopkg.in/yaml.v3 v3.0.1
1515
)
1616

0 commit comments

Comments
 (0)