Skip to content

Commit 23ee967

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent ab9a695 commit 23ee967

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
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/afero v1.11.0
1313
github.com/suzuki-shunsuke/logrus-error v0.1.4
1414
github.com/urfave/cli/v2 v2.27.1
15-
gopkg.in/yaml.v2 v2.4.0
15+
gopkg.in/yaml.v3 v3.0.1
1616
gopkg.in/yaml.v3 v3.0.1
1717
)
1818

0 commit comments

Comments
 (0)