diff --git a/pkg/imagestore/ocilayout/ocilayout.go b/pkg/imagestore/ocilayout/ocilayout.go index 141fbc75..992f90ec 100644 --- a/pkg/imagestore/ocilayout/ocilayout.go +++ b/pkg/imagestore/ocilayout/ocilayout.go @@ -6,11 +6,10 @@ import ( "os" "path/filepath" + "github.com/deislabs/duffle/pkg/imagestore" "github.com/pivotal/image-relocation/pkg/image" "github.com/pivotal/image-relocation/pkg/registry" "github.com/pivotal/image-relocation/pkg/registry/ggcr" - - "github.com/deislabs/duffle/pkg/imagestore" ) // ociLayout is an image store which stores images as an OCI image layout.