Skip to content

Commit

Permalink
remove duplicated imports
Browse files Browse the repository at this point in the history
Signed-off-by: m-brophy <[email protected]>
  • Loading branch information
m-brophy committed Jul 26, 2024
1 parent bc21e14 commit 7171901
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/assembler/backends/ent/backend/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,16 @@ import (
"slices"
"strconv"

"github.com/google/uuid"
"github.com/guacsec/guac/internal/testing/ptrfrom"
"github.com/guacsec/guac/pkg/assembler/backends/ent"
"github.com/guacsec/guac/pkg/assembler/backends/ent/artifact"
"github.com/guacsec/guac/pkg/assembler/backends/ent/billofmaterials"
"github.com/guacsec/guac/pkg/assembler/backends/ent/certifyvex"
"github.com/guacsec/guac/pkg/assembler/backends/ent/certifyvuln"
"github.com/guacsec/guac/pkg/assembler/backends/ent/packagename"
"github.com/guacsec/guac/pkg/assembler/backends/ent/packageversion"
"github.com/guacsec/guac/pkg/assembler/backends/ent/sourcename"
"github.com/guacsec/guac/pkg/assembler/backends/ent/vulnerabilityid"
"github.com/guacsec/guac/pkg/assembler/graphql/model"
"github.com/guacsec/guac/pkg/assembler/helpers"
"github.com/vektah/gqlparser/v2/gqlerror"
"golang.org/x/exp/maps"
)

// FindSoftware takes in a searchText string and looks for software
Expand Down

0 comments on commit 7171901

Please sign in to comment.