diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-08 14:21:05 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 15:48:09 -0500 |
commit | de0d2b2ea6c55b521268ee5fc320b89d2b349d1c (patch) | |
tree | d7d17f43f6bcbd29e1d87c8d0331ae3ea68ca4fb /libpod | |
parent | a7089d84a31cfea6d5d12f154840f3c506f1cf47 (diff) | |
download | podman-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')
-rw-r--r-- | libpod/common_test.go | 1 |
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" |