diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-22 21:29:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 21:29:10 +0200 |
commit | 576fe98bbcee7361251b437835125f93b4c10b15 (patch) | |
tree | e207ccc3d11a725726e4b2a70ef175ab5c3c1153 /cmd/podman | |
parent | 94dc39a41b3a6600e2d07c7c8681b90799d773de (diff) | |
parent | d7a27b8e847e99eae8262fccb713ffe7e29deccf (diff) | |
download | podman-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/podman')
-rw-r--r-- | cmd/podman/system/info.go | 2 |
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 ( |