diff --git a/logflag.go b/logflag.go index 89608e1..48b26b2 100644 --- a/logflag.go +++ b/logflag.go @@ -27,7 +27,7 @@ import ( "regexp" "strings" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) // stringslice stores multi-value command line arguments.