diff --git a/glide.lock b/glide.lock
index 2fac4ba113e8418d9a04f16d1f518bacf7b64e97..303601c905a60a2161e377ce2f06f15280c3ad9a 100644
--- a/glide.lock
+++ b/glide.lock
@@ -29,8 +29,6 @@ imports:
   version: 44cc805cf13205b55f69e14bcb69867d1ae92f98
 - name: github.com/ebuchman/fail-test
   version: c1eddaa09da2b4017351245b0d43234955276798
-- name: github.com/monax/eris-keys
-  version: 114ebc77443db9a153692233294e48bc7e184215
 - name: github.com/fsnotify/fsnotify
   version: 30411dbcefb7a1da7e84f75530ad3abe4011b4f8
 - name: github.com/Graylog2/go-gelf
diff --git a/glide.yaml b/glide.yaml
index 950556c5aac48bba72c51604d993f4b8c865886b..43dd7879a00769a4e33011634df7600943cb8630 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -1,6 +1,5 @@
 package: github.com/hyperledger/burrow
 import:
-- package: github.com/monax/eris-keys
 - package: github.com/spf13/cobra
 - package: github.com/spf13/viper
 - package: github.com/gin-gonic/gin
diff --git a/logging/config/config.go b/logging/config/config.go
index 0bbf51488b6340744263811b45c552e886f70345..fb84f43bd01f357eb7ede8f84df8d08905c47df6 100644
--- a/logging/config/config.go
+++ b/logging/config/config.go
@@ -2,11 +2,11 @@ package config
 
 import (
 	"bytes"
-
 	"fmt"
 
-	"github.com/BurntSushi/toml"
 	"github.com/hyperledger/burrow/logging/structure"
+
+	"github.com/BurntSushi/toml"
 )
 
 type LoggingConfig struct {