summaryrefslogtreecommitdiff
path: root/libpod/storage.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-08 14:05:56 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-10 15:48:09 -0500
commit167d50a9fa7bd9e7b3bcd344c8ea519ae98565bf (patch)
treed00183a20ae35731d8b967a157c0cd4be4698adc /libpod/storage.go
parent1b761dbb02afc52f97a50af4b073a756c5cc6820 (diff)
downloadpodman-167d50a9fa7bd9e7b3bcd344c8ea519ae98565bf.tar.gz
podman-167d50a9fa7bd9e7b3bcd344c8ea519ae98565bf.tar.bz2
podman-167d50a9fa7bd9e7b3bcd344c8ea519ae98565bf.zip
Move all libpod/ JSON references over to jsoniter
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod/storage.go')
-rw-r--r--libpod/storage.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/storage.go b/libpod/storage.go
index 10026efda..17d231171 100644
--- a/libpod/storage.go
+++ b/libpod/storage.go
@@ -2,7 +2,6 @@ package libpod
import (
"context"
- "encoding/json"
"time"
istorage "github.com/containers/image/storage"