mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
lint: fix linter
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
ae5457114f
commit
dcf545aff7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
adapter "github.com/anchore/go-logger/adapter/logrus"
|
||||
"github.com/go-openapi/runtime"
|
||||
"github.com/sigstore/rekor/pkg/generated/client"
|
||||
"github.com/sigstore/rekor/pkg/generated/client/entries"
|
||||
|
@ -21,6 +20,7 @@ import (
|
|||
"github.com/spdx/tools-golang/spdx"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
adapter "github.com/anchore/go-logger/adapter/logrus"
|
||||
"github.com/anchore/syft/internal/log"
|
||||
"github.com/anchore/syft/syft/artifact"
|
||||
"github.com/anchore/syft/syft/source"
|
||||
|
|
Loading…
Reference in a new issue