mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 11:19:05 +08:00
godeps: maybebtc renamed is account
This commit is contained in:
parent
71245e5971
commit
6cc6a80039
18
Godeps/Godeps.json
generated
18
Godeps/Godeps.json
generated
@ -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"
|
||||
|
||||
@ -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
|
||||
13
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json
generated
vendored
13
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json
generated
vendored
@ -1,13 +0,0 @@
|
||||
{
|
||||
"ImportPath": "github.com/maybebtc/pubsub",
|
||||
"GoVersion": "go1.3.3",
|
||||
"Packages": [
|
||||
"./..."
|
||||
],
|
||||
"Deps": [
|
||||
{
|
||||
"ImportPath": "gopkg.in/check.v1",
|
||||
"Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673"
|
||||
}
|
||||
]
|
||||
}
|
||||
5
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme
generated
vendored
5
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme
generated
vendored
@ -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.
|
||||
2
Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile
generated
vendored
2
Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile
generated
vendored
@ -1,2 +0,0 @@
|
||||
vendor:
|
||||
godep save -r ./...
|
||||
@ -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"
|
||||
|
||||
3
thirdparty/eventlog/entry.go
vendored
3
thirdparty/eventlog/entry.go
vendored
@ -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"
|
||||
)
|
||||
|
||||
|
||||
2
thirdparty/eventlog/option.go
vendored
2
thirdparty/eventlog/option.go
vendored
@ -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"
|
||||
)
|
||||
|
||||
|
||||
2
thirdparty/eventlog/polite_json_formatter.go
vendored
2
thirdparty/eventlog/polite_json_formatter.go
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user