Skip to content

Commit

Permalink
updating repository name of logrus library
Browse files Browse the repository at this point in the history
- related issue: golang/dep#797
- updates: github.com/Sirupsen/logrus -> github.com/sirupsen/logrus
  • Loading branch information
zagvym committed Jul 28, 2017
1 parent c4dbfb2 commit 5353373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/example.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/Sirupsen/logrus"
"github.com/bluele/logrus_slack"
"github.com/sirupsen/logrus"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Slack Hooks for Logrus
package main
import (
"github.com/Sirupsen/logrus"
"github.com/bluele/logrus_slack"
"github.com/sirupsen/logrus"
)
const (
Expand Down Expand Up @@ -36,8 +36,8 @@ package logrus_slack

import (
"errors"
"github.com/Sirupsen/logrus"
"github.com/bluele/slack"
"github.com/sirupsen/logrus"
"time"
)

Expand Down

0 comments on commit 5353373

Please sign in to comment.