Skip to content

Commit

Permalink
chore: BED-5168 - prepare for review
Browse files Browse the repository at this point in the history
  • Loading branch information
zinic committed Dec 18, 2024
1 parent 20444c7 commit e2e33ab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cmd/api/src/api/v2/integration/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package integration

import (
"encoding/json"
"github.com/specterops/bloodhound/graphschema"
"strings"
"time"

"github.com/specterops/bloodhound/graphschema"

"github.com/specterops/bloodhound/dawgs/graph"
"github.com/specterops/bloodhound/src/model"
"github.com/specterops/bloodhound/src/model/appcfg"
Expand Down
3 changes: 2 additions & 1 deletion packages/go/cypher/models/pgsql/translate/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package translate_test

import (
"fmt"
"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"
"testing"

"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"

"github.com/specterops/bloodhound/cypher/models/pgsql"
"github.com/specterops/bloodhound/cypher/models/pgsql/test"
"github.com/specterops/bloodhound/dawgs/graph"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package visualization
import (
"bytes"
"context"
"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"
"testing"

"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"

"github.com/specterops/bloodhound/cypher/frontend"
"github.com/specterops/bloodhound/cypher/models/pgsql/translate"
"github.com/stretchr/testify/require"
Expand Down
3 changes: 2 additions & 1 deletion packages/go/dawgs/drivers/pg/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ package pg

import (
"context"
"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"
"testing"

"github.com/specterops/bloodhound/dawgs/drivers/pg/pgutil"

"github.com/specterops/bloodhound/dawgs/graph"
graph_mocks "github.com/specterops/bloodhound/dawgs/graph/mocks"
"github.com/specterops/bloodhound/dawgs/query"
Expand Down
1 change: 1 addition & 0 deletions packages/go/dawgs/drivers/pg/pgutil/kindmapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package pgutil
import (
"context"
"fmt"

"github.com/specterops/bloodhound/dawgs/graph"
)

Expand Down

0 comments on commit e2e33ab

Please sign in to comment.