Skip to content

Commit 1af7efa

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

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.0
1010
github.com/suzuki-shunsuke/logrus-error v0.1.4
1111
github.com/urfave/cli/v2 v2.23.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)