Update compiler to consume local imports #7574
Annotations
2 errors
Run chainguard-dev/actions/nodiff@main:
pkg/composableschemadsl/compiler/importer.go#L1
Please run go run mage.go lint:go.
diff --git a/pkg/composableschemadsl/compiler/importer.go b/pkg/composableschemadsl/compiler/importer.go
index 7022fce..af67493 100644
--- a/pkg/composableschemadsl/compiler/importer.go
+++ b/pkg/composableschemadsl/compiler/importer.go
@@ -5,9 +5,10 @@ import (
"os"
"path"
+ "github.com/rs/zerolog/log"
+
"github.com/authzed/spicedb/pkg/composableschemadsl/input"
"github.com/authzed/spicedb/pkg/genutil/mapz"
- "github.com/rs/zerolog/log"
)
const SchemaFileSuffix = ".zed"
|
Run chainguard-dev/actions/nodiff@main
Process completed with exit code 1.
|
Loading