From de0d2b2ea6c55b521268ee5fc320b89d2b349d1c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 8 Jan 2019 14:21:05 -0500 Subject: Remove one more usage of encoding/json in libpod Signed-off-by: Matthew Heon --- libpod/common_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'libpod/common_test.go') 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" -- cgit v1.2.3-54-g00ecf