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()