lint: fix linter

Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
Christopher Phillips 2022-10-27 12:37:58 -04:00
parent ae5457114f
commit dcf545aff7
No known key found for this signature in database
GPG key ID: C2431B848E94E575

View file

@ -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"