summaryrefslogtreecommitdiff
path: root/libpod/common_test.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-08 14:21:05 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-10 15:48:09 -0500
commitde0d2b2ea6c55b521268ee5fc320b89d2b349d1c (patch)
treed7d17f43f6bcbd29e1d87c8d0331ae3ea68ca4fb /libpod/common_test.go
parenta7089d84a31cfea6d5d12f154840f3c506f1cf47 (diff)
downloadpodman-de0d2b2ea6c55b521268ee5fc320b89d2b349d1c.tar.gz
podman-de0d2b2ea6c55b521268ee5fc320b89d2b349d1c.tar.bz2
podman-de0d2b2ea6c55b521268ee5fc320b89d2b349d1c.zip
Remove one more usage of encoding/json in libpod
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod/common_test.go')
-rw-r--r--libpod/common_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/common_test.go b/libpod/common_test.go
index efbb5f404..4af68a040 100644
--- a/libpod/common_test.go
+++ b/libpod/common_test.go
@@ -1,7 +1,6 @@
package libpod
import (
- "encoding/json"
"net"
"reflect"
"strings"