From ec13fbbed3010abbd8dd3cca7d4f6952bafb2ba4 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Sat, 11 Mar 2023 09:24:26 +0100 Subject: [PATCH] Delint --- types/purl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/purl.go b/types/purl.go index 1720666..0941f1e 100644 --- a/types/purl.go +++ b/types/purl.go @@ -22,6 +22,7 @@ import ( "strings" "github.com/anchore/packageurl-go" + "github.com/atomist-skills/go-skill" )