提交 6cc6a800 作者: Henry

godeps: maybebtc renamed is account

上级 71245e59
...@@ -55,6 +55,15 @@ ...@@ -55,6 +55,15 @@
"Rev": "cef1f9cc2234281dc58ea10be7e9aad5e282ecab" "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", "ImportPath": "github.com/camlistore/lock",
"Rev": "ae27720f340952636b826119b58130b9c1a847a0" "Rev": "ae27720f340952636b826119b58130b9c1a847a0"
}, },
...@@ -215,15 +224,6 @@ ...@@ -215,15 +224,6 @@
"Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd" "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", "ImportPath": "github.com/mitchellh/go-homedir",
"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52" "Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
}, },
......
...@@ -6,7 +6,7 @@ View the [API Documentation](http://godoc.org/github.com/tuxychandru/pubsub). ...@@ -6,7 +6,7 @@ View the [API Documentation](http://godoc.org/github.com/tuxychandru/pubsub).
## License ## License
Copyright (c) 2013, Chandra Sekar S Copyright (c) 2013, Chandra Sekar S
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
{
"ImportPath": "github.com/maybebtc/pubsub",
"GoVersion": "go1.3.3",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "gopkg.in/check.v1",
"Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673"
}
]
}
This directory tree is generated automatically by godep.
Please do not edit.
See https://github.com/tools/godep for more information.
package notifications package notifications
import ( 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" context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks "github.com/jbenet/go-ipfs/blocks" blocks "github.com/jbenet/go-ipfs/blocks"
u "github.com/jbenet/go-ipfs/util" u "github.com/jbenet/go-ipfs/util"
......
...@@ -3,7 +3,8 @@ package eventlog ...@@ -3,7 +3,8 @@ package eventlog
import ( import (
"time" "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" "github.com/jbenet/go-ipfs/util"
) )
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"io" "io"
"os" "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" "github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
) )
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "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 // PoliteJSONFormatter marshals entries into JSON encoded slices (without
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论