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"