Unverified Commit b8bcf7d5 authored by TzlilSwimmer123's avatar TzlilSwimmer123 Committed by GitHub
Browse files

fix: docker build failure (#551)

parent 3a78d0e7
Showing with 3 additions and 2 deletions
+3 -2
......@@ -12,8 +12,8 @@ import (
schema_validator "github.com/datreeio/datree/cmd/schema-validator"
"github.com/datreeio/datree/cmd/test"
"github.com/datreeio/datree/cmd/version"
"github.com/datreeio/datree/internal/deploymentConfig"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/deploymentConfig"
"github.com/datreeio/datree/pkg/executor"
"github.com/datreeio/datree/pkg/fileReader"
"github.com/datreeio/datree/pkg/jsonSchemaValidator"
......
......@@ -5,9 +5,10 @@ import (
"fmt"
"os"
"github.com/datreeio/datree/pkg/deploymentConfig"
"github.com/datreeio/datree/pkg/networkValidator"
"github.com/datreeio/datree/internal/deploymentConfig"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/localConfig"
"github.com/datreeio/datree/pkg/printer"
......
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment