Skip to content

Commit a6f82ac

Browse files
chore(deps): Update module gopkg.in/yaml.v2 to v3
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | go | gopkg.in/yaml.v2 | v2.4.0 | v3.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bb6e202 commit a6f82ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ require (
152152
github.com/containerd/ttrpc v1.2.8 // indirect
153153
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
154154
gopkg.in/ini.v1 v1.67.3 // indirect
155-
gopkg.in/yaml.v2 v2.4.0 // indirect
155+
gopkg.in/yaml.v3 v3.0.1 // indirect
156156
)
157157

158158
require (

0 commit comments

Comments
 (0)