Skip to content

Commit

Permalink
Merge pull request #32 from manifoldco/update-sirupsen-import
Browse files Browse the repository at this point in the history
Sirupsen import changed to sirupsen
  • Loading branch information
jbowes authored Oct 27, 2017
2 parents 7f2b46a + 3053b75 commit ac335e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
nurl "net/url"
"path"

"github.com/Sirupsen/logrus"
httptransport "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"github.com/sirupsen/logrus"

"github.com/manifoldco/go-manifold"
merrors "github.com/manifoldco/go-manifold/errors"
Expand Down
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ import:
- package: golang.org/x/tools
subpackages:
- go/gcexportdata
- package: github.com/Sirupsen/logrus
- package: github.com/sirupsen/logrus

0 comments on commit ac335e4

Please sign in to comment.