Skip to content

Commit

Permalink
fixing case insensitive import collision
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhoya committed Dec 8, 2017
1 parent 851e724 commit faf2d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion handlers_test.go
Expand Up @@ -7,8 +7,8 @@ import (
"strings"
"testing"

"github.com/Sirupsen/logrus"
"github.com/julienschmidt/httprouter"
"github.com/sirupsen/logrus"
"github.com/techjacker/diffence"
)

Expand Down
2 changes: 1 addition & 1 deletion log.go
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
elastic "gopkg.in/olivere/elastic.v5"
elogrus "gopkg.in/sohlich/elogrus.v2"

Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -7,8 +7,8 @@ import (
"path"
"runtime"

"github.com/Sirupsen/logrus"
"github.com/julienschmidt/httprouter"
"github.com/sirupsen/logrus"
"github.com/techjacker/diffence"
)

Expand Down

0 comments on commit faf2d10

Please sign in to comment.