summaryrefslogtreecommitdiff
path: root/cmd/podman/stats.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/stats.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/stats.go')
-rw-r--r--cmd/podman/stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/stats.go b/cmd/podman/stats.go
index 3e2e114a9..d379dbad7 100644
--- a/cmd/podman/stats.go
+++ b/cmd/podman/stats.go
@@ -8,8 +8,8 @@ import (
"time"
tm "github.com/buger/goterm"
+ "github.com/containers/buildah/pkg/formats"
"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"
"github.com/docker/go-units"