summaryrefslogtreecommitdiff
path: root/libpod/runtime_img.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-02 19:35:33 -0400
committerGitHub <noreply@github.com>2017-11-02 19:35:33 -0400
commit7bb1d240281e95aeb5eb5f761823e766d2804683 (patch)
treec03a19ce82df57651218a0133d571c7887ce8b88 /libpod/runtime_img.go
parentf0f5b51ff27d8eec790f2d5fc12c28c536149bb7 (diff)
parent6e37df18ef4e2750e954bf64f7dc46d57dcade3a (diff)
downloadpodman-7bb1d240281e95aeb5eb5f761823e766d2804683.tar.gz
podman-7bb1d240281e95aeb5eb5f761823e766d2804683.tar.bz2
podman-7bb1d240281e95aeb5eb5f761823e766d2804683.zip
Merge pull request #6 from rhatdan/papr
Add Papr support
Diffstat (limited to 'libpod/runtime_img.go')
-rw-r--r--libpod/runtime_img.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime_img.go b/libpod/runtime_img.go
index a058380a1..d291840e9 100644
--- a/libpod/runtime_img.go
+++ b/libpod/runtime_img.go
@@ -23,10 +23,10 @@ import (
"github.com/containers/image/types"
"github.com/containers/storage"
"github.com/containers/storage/pkg/archive"
- "github.com/projectatomic/libpod/libpod/common"
digest "github.com/opencontainers/go-digest"
ociv1 "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
+ "github.com/projectatomic/libpod/libpod/common"
)
// Runtime API