From 76631e33130ecdc6e728e00fb53a74069fe63678 Mon Sep 17 00:00:00 2001
From: Alex Goodman <wagoodman@gmail.com>
Date: Sun, 8 Mar 2020 08:57:48 -0400
Subject: [PATCH] fix import

---
 cmd/analyze.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/analyze.go b/cmd/analyze.go
index c0491ad..49883d6 100644
--- a/cmd/analyze.go
+++ b/cmd/analyze.go
@@ -8,7 +8,6 @@ import (
 	"os"
 
 	"github.com/spf13/cobra"
-	"github.com/spf13/viper"
 	"github.com/wagoodman/dive/runtime"
 )