From c1fa701602c1f7824fd82d199db060bcf46b185d Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Tue, 22 Dec 2020 17:46:33 -0500 Subject: [PATCH] Apply lint fix Signed-off-by: Dan Luhring --- syft/cataloger/python/parse_wheel_egg_metadata.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syft/cataloger/python/parse_wheel_egg_metadata.go b/syft/cataloger/python/parse_wheel_egg_metadata.go index 66c899b66..00abd4909 100644 --- a/syft/cataloger/python/parse_wheel_egg_metadata.go +++ b/syft/cataloger/python/parse_wheel_egg_metadata.go @@ -3,11 +3,12 @@ package python import ( "bufio" "fmt" - "github.com/anchore/syft/internal/file" "io" "path/filepath" "strings" + "github.com/anchore/syft/internal/file" + "github.com/mitchellh/mapstructure" "github.com/anchore/syft/syft/pkg"