diff --git a/csaf/validation.go b/csaf/validation.go index 881242f..bb06412 100644 --- a/csaf/validation.go +++ b/csaf/validation.go @@ -2,7 +2,7 @@ package csaf import ( "bytes" - _ "embed" + _ "embed" // Used for embedding. "sort" "strings" "sync"