Skip to content

Commit

Permalink
Merge pull request #21 from XenoPhex/master
Browse files Browse the repository at this point in the history
fix casing in import statement
  • Loading branch information
jstarks authored Jun 29, 2017
2 parents fa152c5 + b09750e commit 19f72df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"os"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

var logger *logrus.Logger
Expand Down
2 changes: 1 addition & 1 deletion winterm/win_event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strconv"

"github.com/Azure/go-ansiterm"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

var logger *logrus.Logger
Expand Down

0 comments on commit 19f72df

Please sign in to comment.