From 9cee95a72c4858c4e75c70d4209358c19ecaaccd Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Mon, 16 Sep 2019 13:22:30 +0100 Subject: [PATCH] Fix linting (#857) --- pkg/imagestore/ocilayout/ocilayout.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.