diff options
Diffstat (limited to 'cmd/kpod/formats/formats.go')
-rw-r--r-- | cmd/kpod/formats/formats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/formats/formats.go b/cmd/kpod/formats/formats.go index 6e5dd2425..4b6527b30 100644 --- a/cmd/kpod/formats/formats.go +++ b/cmd/kpod/formats/formats.go @@ -1,6 +1,7 @@ package formats import ( + "bytes" "encoding/json" "fmt" "os" @@ -8,7 +9,6 @@ import ( "text/tabwriter" "text/template" - "bytes" "github.com/ghodss/yaml" "github.com/pkg/errors" ) |