diff --git a/.travis.yml b/.travis.yml index 665b165..3829e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: install: - go get github.com/golang/lint/golint - go get github.com/fzipp/gocyclo - - go get github.com/Sirupsen/logrus + - go get github.com/sirupsen/logrus - go get github.com/mattn/goveralls script: - ./hooks/pre-commit diff --git a/json_test.go b/json_test.go index aeb5a9e..7071d30 100644 --- a/json_test.go +++ b/json_test.go @@ -7,7 +7,7 @@ import ( "net/http/httptest" "testing" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) type MockJSONRequestHandler struct {