Skip to content

Commit a89c9eb

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

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
@@ -9,7 +9,7 @@ require (
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/suzuki-shunsuke/logrus-error v0.1.4
1111
github.com/urfave/cli/v2 v2.25.7
12-
gopkg.in/yaml.v2 v2.4.0
12+
gopkg.in/yaml.v3 v3.0.1
1313
gopkg.in/yaml.v3 v3.0.1
1414
)
1515

0 commit comments

Comments
 (0)