From d30a01fecfd2c0d0c62ed1c59ac581ae2fb41684 Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Mon, 16 Sep 2019 14:47:22 +0100 Subject: [PATCH] Revert "Fix linting (#857)" This reverts commit 9cee95a72c4858c4e75c70d4209358c19ecaaccd. --- pkg/imagestore/ocilayout/ocilayout.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.