@cryptotaxi247 / kubo / commits / 6cc6a8003

godeps: maybebtc renamed is account

Henry committed Feb 27, 2015 at 14:40 UTC 6cc6a800398ac8664023f41dc80985fda9b7ff86
41 files changed +15 -34
Godeps/Godeps.json
+9 -9
@@ -54,6 +54,15 @@
54 "ImportPath": "github.com/briantigerchow/inflect",
55 "Rev": "cef1f9cc2234281dc58ea10be7e9aad5e282ecab"
56 },
57 + {
58 + "ImportPath": "github.com/briantigerchow/logrus",
59 + "Comment": "v0.6.0-5-gf92b795",
60 + "Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
61 + },
62 + {
63 + "ImportPath": "github.com/briantigerchow/pubsub",
64 + "Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
65 + },
66 {
67 "ImportPath": "github.com/camlistore/lock",
68 "Rev": "ae27720f340952636b826119b58130b9c1a847a0"
@@ -214,15 +223,6 @@
223 "ImportPath": "github.com/kr/binarydist",
224 "Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd"
225 },
217 - {
218 - "ImportPath": "github.com/maybebtc/logrus",
219 - "Comment": "v0.6.0-5-gf92b795",
220 - "Rev": "f92b7950b372b1db80bd3527e4d40e42555fe6c2"
221 - },
222 - {
223 - "ImportPath": "github.com/maybebtc/pubsub",
224 - "Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
225 - },
226 {
227 "ImportPath": "github.com/mitchellh/go-homedir",
228 "Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
Godeps/_workspace/src/github.com/briantigerchow/logrus/.gitignore renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/.travis.yml renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/LICENSE renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/README.md renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/entry.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/entry_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/basic/basic.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/hook/hook.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/exported.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter_bench_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hook_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/airbrake/airbrake.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/README.md renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/README.md renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/json_formatter.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/logger.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus_test.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_darwin.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_freebsd.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_linux.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_notwindows.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_windows.go renamed
Godeps/_workspace/src/github.com/briantigerchow/logrus/text_formatter.go renamed
Godeps/_workspace/src/github.com/briantigerchow/pubsub/README.md renamed
+1 -1
@@ -6,7 +6,7 @@ View the [API Documentation](http://godoc.org/github.com/tuxychandru/pubsub).
6
7 ## License
8
9 -Copyright (c) 2013, Chandra Sekar S
9 +Copyright (c) 2013, Chandra Sekar S
10 All rights reserved.
11
12 Redistribution and use in source and binary forms, with or without
Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub.go renamed
Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub_test.go renamed
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json deleted
-13
@@ -1,13 +0,0 @@
1 -{
2 - "ImportPath": "github.com/maybebtc/pubsub",
3 - "GoVersion": "go1.3.3",
4 - "Packages": [
5 - "./..."
6 - ],
7 - "Deps": [
8 - {
9 - "ImportPath": "gopkg.in/check.v1",
10 - "Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673"
11 - }
12 - ]
13 -}
Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme deleted
-5
@@ -1,5 +0,0 @@
1 -This directory tree is generated automatically by godep.
2 -
3 -Please do not edit.
4 -
5 -See https://github.com/tools/godep for more information.
Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile deleted
-2
@@ -1,2 +0,0 @@
1 -vendor:
2 - godep save -r ./...
exchange/bitswap/notifications/notifications.go
+1 -1
@@ -1,7 +1,7 @@
1 package notifications
2
3 import (
4 - pubsub "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/pubsub"
4 + pubsub "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/pubsub"
5 context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
6 blocks "github.com/jbenet/go-ipfs/blocks"
7 u "github.com/jbenet/go-ipfs/util"
thirdparty/eventlog/entry.go
+2 -1
@@ -3,7 +3,8 @@ package eventlog
3 import (
4 "time"
5
6 - "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
6 + "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
7 +
8 "github.com/jbenet/go-ipfs/util"
9 )
10
thirdparty/eventlog/option.go
+1 -1
@@ -4,7 +4,7 @@ import (
4 "io"
5 "os"
6
7 - "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
7 + "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
8 "github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
9 )
10
thirdparty/eventlog/polite_json_formatter.go
+1 -1
@@ -4,7 +4,7 @@ import (
4 "encoding/json"
5 "fmt"
6
7 - "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
7 + "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/logrus"
8 )
9
10 // PoliteJSONFormatter marshals entries into JSON encoded slices (without