summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-22 21:29:10 +0200
committerGitHub <noreply@github.com>2020-04-22 21:29:10 +0200
commit576fe98bbcee7361251b437835125f93b4c10b15 (patch)
treee207ccc3d11a725726e4b2a70ef175ab5c3c1153 /cmd
parent94dc39a41b3a6600e2d07c7c8681b90799d773de (diff)
parentd7a27b8e847e99eae8262fccb713ffe7e29deccf (diff)
downloadpodman-576fe98bbcee7361251b437835125f93b4c10b15.tar.gz
podman-576fe98bbcee7361251b437835125f93b4c10b15.tar.bz2
podman-576fe98bbcee7361251b437835125f93b4c10b15.zip
Merge pull request #5930 from jwhonce/issues/5765
Instrumentation to answer #5765
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/system/info.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/system/info.go b/cmd/podman/system/info.go
index 8e014a91b..8b36ef549 100644
--- a/cmd/podman/system/info.go
+++ b/cmd/podman/system/info.go
@@ -7,8 +7,8 @@ import (
"github.com/containers/libpod/cmd/podman/registry"
"github.com/containers/libpod/pkg/domain/entities"
+ "github.com/ghodss/yaml"
"github.com/spf13/cobra"
- "gopkg.in/yaml.v2"
)
var (