| commit | 8ae9297f36c098423ad6bcc76ff995171f52de3f | [log] [tgz] |
|---|---|---|
| author | Simon Eskildsen <sirup@sirupsen.com> | Tue Oct 06 16:10:30 2015 -0400 |
| committer | Simon Eskildsen <sirup@sirupsen.com> | Tue Oct 06 16:10:30 2015 -0400 |
| tree | 48d8b82e48e6f382f6eaf78e8d917db145dd1887 | |
| parent | d7f23545ad48f39960e360e36b5d3b58cc6ecb1c [diff] | |
| parent | 457a009ed7eac573af71d87c09314d1bb982a17c [diff] |
Merge pull request #266 from apriendeau/patch-1 Fixes breaking change with removing airbrake.
diff --git a/examples/hook/hook.go b/examples/hook/hook.go index cb5759a..4e30c7d 100644 --- a/examples/hook/hook.go +++ b/examples/hook/hook.go
@@ -2,7 +2,7 @@ import ( "github.com/Sirupsen/logrus" - "github.com/Sirupsen/logrus/hooks/airbrake" + "github.com/gemnasium/logrus-airbrake-hook" ) var log = logrus.New()