Fixes breaking change with removing airbrake.

This commit is contained in:
Austin Riendeau 2015-10-06 14:01:18 -06:00
parent d7f23545ad
commit 457a009ed7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/gemnasium/logrus-airbrake-hook"
)
var log = logrus.New()