diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-21 18:29:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 18:29:47 +0100 |
commit | b4c10790d514538277a937a443219e4310cb057f (patch) | |
tree | 9b3614c1c806dca4bf4745448d9e57c82d6fe2d3 /libpod/image/image.go | |
parent | af922fb2c6baceb89cc8e4acd6d84a6474b32dda (diff) | |
parent | 71db80ddb15addb4197693bc056c35dd8ff0d6ac (diff) | |
download | podman-b4c10790d514538277a937a443219e4310cb057f.tar.gz podman-b4c10790d514538277a937a443219e4310cb057f.tar.bz2 podman-b4c10790d514538277a937a443219e4310cb057f.zip |
Merge pull request #2385 from baude/remoteload
podman-remote load image
Diffstat (limited to 'libpod/image/image.go')
-rw-r--r-- | libpod/image/image.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/image/image.go b/libpod/image/image.go index 547fb8994..b20419d7b 100644 --- a/libpod/image/image.go +++ b/libpod/image/image.go @@ -32,7 +32,7 @@ import ( digest "github.com/opencontainers/go-digest" imgspecv1 "github.com/opencontainers/image-spec/specs-go/v1" ociv1 "github.com/opencontainers/image-spec/specs-go/v1" - opentracing "github.com/opentracing/opentracing-go" + "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) |