Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 16, 2024
1 parent ae948b7 commit 02bbe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/query-validator/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/labstack/echo/v4"
"github.com/opengovern/og-util/pkg/es"
"github.com/opengovern/og-util/pkg/integration"
"github.com/opengovern/og-util/pkg/opengovernance-es-sdk"
"github.com/opengovern/og-util/pkg/steampipe"
integration_type "github.com/opengovern/opengovernance/services/integration/integration-type"
"github.com/opengovern/opengovernance/services/inventory/api"
Expand Down
1 change: 1 addition & 0 deletions pkg/query-validator/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/opengovern/og-util/pkg/opengovernance-es-sdk"
"strconv"
"time"

Expand Down

0 comments on commit 02bbe7b

Please sign in to comment.