summaryrefslogtreecommitdiff
path: root/pkg/inspect/inspect.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-03 14:18:28 +0100
committerGitHub <noreply@github.com>2020-03-03 14:18:28 +0100
commit34baea814ba6af58e7f7b65622fd0fb7b838fbf7 (patch)
tree0ac13e0869ade22faf212a0cf2602ac832d90820 /pkg/inspect/inspect.go
parent1641ee61802ad5e13a9ddf0a20099fe31f73768d (diff)
parentad8e0e5e49a96146d52cfa41945afbe973ba30af (diff)
downloadpodman-34baea814ba6af58e7f7b65622fd0fb7b838fbf7.tar.gz
podman-34baea814ba6af58e7f7b65622fd0fb7b838fbf7.tar.bz2
podman-34baea814ba6af58e7f7b65622fd0fb7b838fbf7.zip
Merge pull request #5367 from vrothberg/ENVFIX
consolidate env handling into pkg/env
Diffstat (limited to 'pkg/inspect/inspect.go')
-rw-r--r--pkg/inspect/inspect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/inspect/inspect.go b/pkg/inspect/inspect.go
index 569f208d9..b04ce71a5 100644
--- a/pkg/inspect/inspect.go
+++ b/pkg/inspect/inspect.go
@@ -6,7 +6,7 @@ import (
"github.com/containers/image/v5/manifest"
"github.com/containers/libpod/libpod/driver"
"github.com/opencontainers/go-digest"
- "github.com/opencontainers/image-spec/specs-go/v1"
+ v1 "github.com/opencontainers/image-spec/specs-go/v1"
)
// ImageData holds the inspect information of an image