summaryrefslogtreecommitdiff
path: root/cmd/podman/report/report.go
blob: ce349ef3509a0bf60822aede0992a5f2bfadd547 (plain)
1
2
3
4
5
6
package report

import "github.com/containers/libpod/cmd/podman/registry"

// Pull in configured json library
var json = registry.JSONLibrary()