godeps: maybebtc renamed is account

This commit is contained in:
Henry 2015-02-27 14:40:45 +01:00
parent 71245e5971
commit 6cc6a80039
41 changed files with 15 additions and 34 deletions

18
Godeps/Godeps.json generated
View File

@ -54,6 +54,15 @@
"ImportPath": "github.com/briantigerchow/inflect",
"Rev": "cef1f9cc2234281dc58ea10be7e9aad5e282ecab"
},
{
"ImportPath": "github.com/briantigerchow/logrus",
"Comment": "v0.6.0-5-gf92b795",
"Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath": "github.com/briantigerchow/pubsub",
"Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
},
{
"ImportPath": "github.com/camlistore/lock",
"Rev": "ae27720f340952636b826119b58130b9c1a847a0"
@ -214,15 +223,6 @@
"ImportPath": "github.com/kr/binarydist",
"Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd"
},
{
"ImportPath": "github.com/maybebtc/logrus",
"Comment": "v0.6.0-5-gf92b795",
"Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath": "github.com/maybebtc/pubsub",
"Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
},
{
"ImportPath": "github.com/mitchellh/go-homedir",
"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"

View File

@ -6,7 +6,7 @@ View the [API Documentation](http://godoc.org/github.com/tuxychandru/pubsub).
## License
Copyright (c) 2013, Chandra Sekar S
Copyright (c) 2013, Chandra Sekar S
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -1,13 +0,0 @@
{
"ImportPath": "github.com/maybebtc/pubsub",
"GoVersion": "go1.3.3",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "gopkg.in/check.v1",
"Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673"
}
]
}

View File

@ -1,5 +0,0 @@
This directory tree is generated automatically by godep.
Please do not edit.
See https://github.com/tools/godep for more information.

View File

@ -1,2 +0,0 @@
vendor:
godep save -r ./...

View File

@ -1,7 +1,7 @@
package notifications
import (
pubsub "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/pubsub"
pubsub "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/pubsub"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks "github.com/jbenet/go-ipfs/blocks"
u "github.com/jbenet/go-ipfs/util"

View File

@ -3,7 +3,8 @@ package eventlog
import (
"time"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
"github.com/jbenet/go-ipfs/util"
)

View File

@ -4,7 +4,7 @@ import (
"io"
"os"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
)

View File

@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
)
// PoliteJSONFormatter marshals entries into JSON encoded slices (without