aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/report/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/report/report.go')
-rw-r--r--cmd/podman/report/report.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/podman/report/report.go b/cmd/podman/report/report.go
new file mode 100644
index 000000000..8392f10e0
--- /dev/null
+++ b/cmd/podman/report/report.go
@@ -0,0 +1,6 @@
+package report
+
+import "github.com/containers/libpod/cmd/podman/registry"
+
+// Pull in configured json library
+var json = registry.JsonLibrary()