| commit | 457a009ed7eac573af71d87c09314d1bb982a17c | [log] [tgz] |
|---|---|---|
| author | Austin Riendeau <austin@apriendeau.com> | Tue Oct 06 14:01:18 2015 -0600 |
| committer | Austin Riendeau <austin@apriendeau.com> | Tue Oct 06 14:01:18 2015 -0600 |
| tree | 48d8b82e48e6f382f6eaf78e8d917db145dd1887 | |
| parent | d7f23545ad48f39960e360e36b5d3b58cc6ecb1c [diff] |
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()