Browse Source

fix imports

flashmob 7 years ago
parent
commit
b1b7061053
2 changed files with 2 additions and 4 deletions
  1. 1 1
      dashboard/hook.go
  2. 1 3
      glide.lock

+ 1 - 1
dashboard/hook.go

@@ -1,7 +1,7 @@
 package dashboard
 package dashboard
 
 
 import (
 import (
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 )
 )
 
 
 type logHook int
 type logHook int

+ 1 - 3
glide.lock

@@ -1,5 +1,5 @@
 hash: d845af9d7a26647c61c850a305d94006a0528611a1ae81eccea766c432e7aac0
 hash: d845af9d7a26647c61c850a305d94006a0528611a1ae81eccea766c432e7aac0
-updated: 2018-05-31T13:04:27.585656465+10:00
+updated: 2018-05-31T15:05:08.573435967+10:00
 imports:
 imports:
 - name: github.com/asaskevich/EventBus
 - name: github.com/asaskevich/EventBus
   version: 68a521d7cbbb7a859c2608b06342f384b3bd5f5a
   version: 68a521d7cbbb7a859c2608b06342f384b3bd5f5a
@@ -28,8 +28,6 @@ imports:
   - fs
   - fs
 - name: github.com/sirupsen/logrus
 - name: github.com/sirupsen/logrus
   version: c155da19408a8799da419ed3eeb0cb5db0ad5dbc
   version: c155da19408a8799da419ed3eeb0cb5db0ad5dbc
-- name: github.com/Sirupsen/logrus
-  version: d682213848ed68c0a260ca37d6dd5ace8423f5ba
 - name: github.com/spf13/cobra
 - name: github.com/spf13/cobra
   version: b62566898a99f2db9c68ed0026aa0a052e59678d
   version: b62566898a99f2db9c68ed0026aa0a052e59678d
 - name: github.com/spf13/pflag
 - name: github.com/spf13/pflag