Skip to content

Commit

Permalink
security: enforce yaml.v3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed May 26, 2022
1 parent 7cbbc38 commit 6f8361f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 90 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0
Loading

0 comments on commit 6f8361f

Please sign in to comment.