diff --git a/pkg/imagestore/ocilayout/ocilayout.go b/pkg/imagestore/ocilayout/ocilayout.go index 992f90ec..141fbc75 100644 --- a/pkg/imagestore/ocilayout/ocilayout.go +++ b/pkg/imagestore/ocilayout/ocilayout.go @@ -6,10 +6,11 @@ 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.