Skip to content

Commit

Permalink
SBOM cataloger (fix imports anchore#1172)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Beno <[email protected]>
  • Loading branch information
patrikbeno authored and wagoodman committed Nov 16, 2022
1 parent de5ed7e commit ee9a767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions syft/pkg/cataloger/sbom/cataloger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package sbom
import (
"bytes"
"fmt"
"github.com/anchore/syft/syft/formats/cyclonedxjson"
"github.com/anchore/syft/syft/formats/cyclonedxxml"
"github.com/anchore/syft/syft/formats/spdx22json"
"github.com/anchore/syft/syft/formats/spdx22tagvalue"
"github.com/anchore/syft/syft/formats/syftjson"
"io"

"github.com/anchore/syft/internal/formats/cyclonedxjson"
"github.com/anchore/syft/internal/formats/cyclonedxxml"
"github.com/anchore/syft/internal/formats/spdx22json"
"github.com/anchore/syft/internal/formats/spdx22tagvalue"
"github.com/anchore/syft/internal/formats/syftjson"
"github.com/anchore/syft/syft/artifact"
"github.com/anchore/syft/syft/pkg"
"github.com/anchore/syft/syft/pkg/cataloger/common"
Expand Down

0 comments on commit ee9a767

Please sign in to comment.