Skip to content

Commit 6fe2bbf

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1007fc1 commit 6fe2bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/google/go-jsonnet v0.19.1
77
github.com/prometheus/client_golang v1.14.0
8-
gopkg.in/yaml.v2 v2.4.0
8+
gopkg.in/yaml.v3 v3.0.1
99
gopkg.in/yaml.v3 v3.0.1
1010
)
1111

0 commit comments

Comments
 (0)