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" )