Skip to content

Commit

Permalink
fix possible mixed import conflicts, mixing upper- and lower-case log…
Browse files Browse the repository at this point in the history
  • Loading branch information
Werberson Silva committed Dec 12, 2018
1 parent b0fe1ff commit c23a592
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path"
"strings"

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

"github.com/labbsr0x/bindman-dns-webhook/src/types"
)
Expand Down
2 changes: 1 addition & 1 deletion src/client/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"time"

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

// PostHTTP wraps the call to http.NewRequest apis and properly submits a new HTTP POST request
Expand Down
2 changes: 1 addition & 1 deletion src/hook/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"net/http"

"github.com/Sirupsen/logrus"
"github.com/labbsr0x/bindman-dns-webhook/src/types"
"github.com/sirupsen/logrus"

"github.com/gorilla/mux"
)
Expand Down
2 changes: 1 addition & 1 deletion src/types/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"strings"

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

// Error groups together information that defines an error. Should always be used to
Expand Down

0 comments on commit c23a592

Please sign in to comment.