@@ -27,7 +27,6 @@ import (
2727 "github.com/google/go-containerregistry/pkg/authn"
2828 v1 "github.com/google/go-containerregistry/pkg/v1"
2929 "github.com/google/go-containerregistry/pkg/v1/remote"
30- scalibr "github.com/google/osv-scalibr"
3130 scalibrimage "github.com/google/osv-scalibr/artifact/image"
3231 "github.com/google/osv-scalibr/binary/cdx"
3332 "github.com/google/osv-scalibr/binary/platform"
@@ -38,6 +37,9 @@ import (
3837 convspdx "github.com/google/osv-scalibr/converter/spdx"
3938 "github.com/google/osv-scalibr/detector"
4039 "github.com/google/osv-scalibr/detector/govulncheck/binary"
40+ "github.com/spdx/tools-golang/spdx/v2/common"
41+
42+ scalibr "github.com/google/osv-scalibr"
4143 "github.com/google/osv-scalibr/enricher/transitivedependency/requirements"
4244 "github.com/google/osv-scalibr/extractor/filesystem"
4345 "github.com/google/osv-scalibr/extractor/filesystem/language/golang/gobinary"
@@ -46,7 +48,6 @@ import (
4648 "github.com/google/osv-scalibr/log"
4749 "github.com/google/osv-scalibr/plugin"
4850 pl "github.com/google/osv-scalibr/plugin/list"
49- "github.com/spdx/tools-golang/spdx/v2/common"
5051)
5152
5253// Array is a type to be passed to flag.Var that supports arrays passed as repeated flags,
0 commit comments