summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-08-18 16:30:29 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-08-20 12:16:53 -0400
commit579360e862ceb82e88b65081d1b3fe3dc8ae2680 (patch)
treead1fdb69815f8d9c0bdd0c2bee80a17f15a050ee
parente2a1242cee2589aee7dbdcb535d6e51ec3fb3a45 (diff)
downloadpodman-579360e862ceb82e88b65081d1b3fe3dc8ae2680.tar.gz
podman-579360e862ceb82e88b65081d1b3fe3dc8ae2680.tar.bz2
podman-579360e862ceb82e88b65081d1b3fe3dc8ae2680.zip
Fix imports for runtime_img.go
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--libpod/runtime_img.go10
1 files changed, 3 insertions, 7 deletions
diff --git a/libpod/runtime_img.go b/libpod/runtime_img.go
index 1a82cdc07..8f2f82ad3 100644
--- a/libpod/runtime_img.go
+++ b/libpod/runtime_img.go
@@ -10,22 +10,18 @@ import (
"os"
"github.com/containers/buildah/imagebuildah"
+ "github.com/containers/image/v5/directory"
+ dockerarchive "github.com/containers/image/v5/docker/archive"
"github.com/containers/image/v5/docker/reference"
ociarchive "github.com/containers/image/v5/oci/archive"
- "github.com/containers/image/v5/oci/layout"
- "github.com/containers/image/v5/types"
"github.com/containers/libpod/v2/libpod/define"
"github.com/containers/libpod/v2/libpod/events"
"github.com/containers/libpod/v2/libpod/image"
"github.com/containers/libpod/v2/pkg/util"
"github.com/containers/storage"
+ v1 "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
-
- "github.com/containers/image/v5/directory"
- dockerarchive "github.com/containers/image/v5/docker/archive"
- ociarchive "github.com/containers/image/v5/oci/archive"
- v1 "github.com/opencontainers/image-spec/specs-go/v1"
)
// Runtime API