aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/trust_set_show.go
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2019-03-11 12:14:29 -0400
committerQi Wang <qiwan@redhat.com>2019-03-11 14:44:59 -0400
commite3d8e79d9569f3e328facac7978ed3c2ad786eb7 (patch)
tree66bf7b77bdb73aa25f2f3e0b54a2a26195afc3fc /cmd/podman/trust_set_show.go
parent6421208e0f6ff1fba58eafdab12e897b5ed12e3b (diff)
downloadpodman-e3d8e79d9569f3e328facac7978ed3c2ad786eb7.tar.gz
podman-e3d8e79d9569f3e328facac7978ed3c2ad786eb7.tar.bz2
podman-e3d8e79d9569f3e328facac7978ed3c2ad786eb7.zip
move formats pkg to and vendor from buildah
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'cmd/podman/trust_set_show.go')
-rw-r--r--cmd/podman/trust_set_show.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/trust_set_show.go b/cmd/podman/trust_set_show.go
index 5a70c21cc..d7a4ea6d6 100644
--- a/cmd/podman/trust_set_show.go
+++ b/cmd/podman/trust_set_show.go
@@ -7,9 +7,9 @@ import (
"sort"
"strings"
+ "github.com/containers/buildah/pkg/formats"
"github.com/containers/image/types"
"github.com/containers/libpod/cmd/podman/cliconfig"
- "github.com/containers/libpod/cmd/podman/formats"
"github.com/containers/libpod/cmd/podman/libpodruntime"
"github.com/containers/libpod/libpod/image"
"github.com/containers/libpod/pkg/trust"