mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
Apply lint fix
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
183b8f79d0
commit
c1fa701602
@ -3,11 +3,12 @@ package python
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/anchore/syft/internal/file"
|
|
||||||
"io"
|
"io"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/anchore/syft/internal/file"
|
||||||
|
|
||||||
"github.com/mitchellh/mapstructure"
|
"github.com/mitchellh/mapstructure"
|
||||||
|
|
||||||
"github.com/anchore/syft/syft/pkg"
|
"github.com/anchore/syft/syft/pkg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user