Update vendor libraries and dendrite to s/Sirupsen/sirupsen/ (#304) (#305)

This commit is contained in:
Erik Johnston 2017-10-13 14:57:54 +01:00 committed by GitHub
parent 464fb5de1c
commit 32a2b3a5c0
396 changed files with 166341 additions and 3732 deletions

View file

@ -17,7 +17,7 @@ The hook must be configured with:
```go
import (
"log/syslog"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"gopkg.in/gemnasium/logrus-airbrake-hook.v2" // the package is named "aibrake"
)
@ -36,7 +36,7 @@ Note that if environment == "development", the hook will not send anything to ai
```go
import (
"log/syslog"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"gopkg.in/gemnasium/logrus-airbrake-hook.v2" // the package is named "aibrake"
)