fix logrus path
@@ -1,8 +1,8 @@
package main
import (
- "github.com/Sirupsen/logrus"
"github.com/mattn/go-colorable"
+ "github.com/sirupsen/logrus"
)
func main() {