diff --git a/util/hell/cmd/hell/main.go b/util/hell/cmd/hell/main.go
index 6b1bba7f0786cd67fec90dd8cc460cd7ebe348fa..168ce0da7d7336a907d66c930772df3df627294f 100644
--- a/util/hell/cmd/hell/main.go
+++ b/util/hell/cmd/hell/main.go
@@ -3,9 +3,10 @@ package main
 import (
 	"fmt"
 	"os"
-
 	"path/filepath"
 
+	"github.com/eris-ltd/eris-db/util/hell"
+
 	"github.com/Masterminds/glide/action"
 	"github.com/Masterminds/glide/cache"
 	"github.com/Masterminds/glide/cfg"
@@ -13,7 +14,6 @@ import (
 	"github.com/Masterminds/glide/path"
 	"github.com/Masterminds/glide/repo"
 	"github.com/Masterminds/glide/util"
-	"github.com/eris-ltd/eris-db/util/hell"
 	"github.com/spf13/cobra"
 )
 
diff --git a/util/hell/merge.go b/util/hell/merge.go
index f8fa01b68d9dd335fa6fde73ed606a0915f53c27..915001f398d7fa229df015f4d03e13f2a87ade5a 100644
--- a/util/hell/merge.go
+++ b/util/hell/merge.go
@@ -3,7 +3,6 @@ package hell
 import (
 	"crypto/sha256"
 	"fmt"
-
 	"sort"
 
 	"github.com/Masterminds/glide/cfg"
diff --git a/util/hell/merge_test.go b/util/hell/merge_test.go
index cd59f4d07e309e87bdf2be42ec64528ca73d4a09..df44045a7d6ab111c441bdaa8d6d96e6fcd58517 100644
--- a/util/hell/merge_test.go
+++ b/util/hell/merge_test.go
@@ -1,9 +1,8 @@
 package hell
 
 import (
-	"testing"
-
 	"strings"
+	"testing"
 
 	"github.com/Masterminds/glide/cfg"
 	"github.com/stretchr/testify/assert"