Skip to content
Snippets Groups Projects

Update module gopkg.in/yaml.v3 to v3.0.1

Merged renovate requested to merge renovate/gopkg.in-yaml.v3-3.x into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -11,5 +11,5 @@ require (
@@ -11,5 +11,5 @@ require (
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
)
Loading