Commit b03fbf73 authored by Brian Tiger Chow's avatar Brian Tiger Chow

deps(eventlog) use maybebtc fork

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 02d8da09
......@@ -48,11 +48,6 @@
"Comment": "null-15",
"Rev": "12e4b4183793ac4b061921e7980845e750679fd0"
},
{
"ImportPath": "github.com/Sirupsen/logrus",
"Comment": "v0.6.0-5-gf92b795",
"Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath": "github.com/braintree/manners",
"Comment": "0.3.1-2-g5280e25",
......@@ -136,6 +131,11 @@
"ImportPath": "github.com/kr/binarydist",
"Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd"
},
{
"ImportPath": "github.com/maybebtc/logrus",
"Comment": "v0.6.0-5-gf92b795",
"Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath": "github.com/mitchellh/go-homedir",
"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
......
package main
import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
)
var log = logrus.New()
......
package main
import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/tobi/airbrake-go"
)
......
package logrus_airbrake
import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"github.com/tobi/airbrake-go"
)
......
......@@ -6,7 +6,7 @@ import (
"os"
"time"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
)
const (
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"github.com/stvp/go-udp-testing"
)
......
......@@ -2,7 +2,7 @@ package logrus_syslog
import (
"fmt"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"log/syslog"
"os"
)
......
package logrus_syslog
import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"log/syslog"
"testing"
)
......
......@@ -4,7 +4,7 @@ import (
"time"
"github.com/jbenet/go-ipfs/util"
"github.com/maybebtc/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
)
type entry struct {
......
......@@ -3,8 +3,8 @@ package eventlog
import (
"io"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
)
type Option func()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment