From 6cc6a800398ac8664023f41dc80985fda9b7ff86 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 27 Feb 2015 14:40:45 +0100 Subject: [PATCH] godeps: maybebtc renamed is account --- Godeps/Godeps.json | 18 +++++++++--------- .../logrus/.gitignore | 0 .../logrus/.travis.yml | 0 .../logrus/LICENSE | 0 .../logrus/README.md | 0 .../logrus/entry.go | 0 .../logrus/entry_test.go | 0 .../logrus/examples/basic/basic.go | 0 .../logrus/examples/hook/hook.go | 0 .../logrus/exported.go | 0 .../logrus/formatter.go | 0 .../logrus/formatter_bench_test.go | 0 .../logrus/hook_test.go | 0 .../logrus/hooks.go | 0 .../logrus/hooks/airbrake/airbrake.go | 0 .../logrus/hooks/papertrail/README.md | 0 .../logrus/hooks/papertrail/papertrail.go | 0 .../logrus/hooks/papertrail/papertrail_test.go | 0 .../logrus/hooks/syslog/README.md | 0 .../logrus/hooks/syslog/syslog.go | 0 .../logrus/hooks/syslog/syslog_test.go | 0 .../logrus/json_formatter.go | 0 .../logrus/logger.go | 0 .../logrus/logrus.go | 0 .../logrus/logrus_test.go | 0 .../logrus/terminal_darwin.go | 0 .../logrus/terminal_freebsd.go | 0 .../logrus/terminal_linux.go | 0 .../logrus/terminal_notwindows.go | 0 .../logrus/terminal_windows.go | 0 .../logrus/text_formatter.go | 0 .../pubsub/README.md | 2 +- .../pubsub/pubsub.go | 0 .../pubsub/pubsub_test.go | 0 .../maybebtc/pubsub/Godeps/Godeps.json | 13 ------------- .../github.com/maybebtc/pubsub/Godeps/Readme | 5 ----- .../src/github.com/maybebtc/pubsub/Makefile | 2 -- .../bitswap/notifications/notifications.go | 2 +- thirdparty/eventlog/entry.go | 3 ++- thirdparty/eventlog/option.go | 2 +- thirdparty/eventlog/polite_json_formatter.go | 2 +- 41 files changed, 15 insertions(+), 34 deletions(-) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/.gitignore (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/.travis.yml (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/LICENSE (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/README.md (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/entry.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/entry_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/examples/basic/basic.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/examples/hook/hook.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/exported.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/formatter.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/formatter_bench_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hook_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/airbrake/airbrake.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/papertrail/README.md (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/papertrail/papertrail.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/papertrail/papertrail_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/syslog/README.md (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/syslog/syslog.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/hooks/syslog/syslog_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/json_formatter.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/logger.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/logrus.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/logrus_test.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/terminal_darwin.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/terminal_freebsd.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/terminal_linux.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/terminal_notwindows.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/terminal_windows.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/logrus/text_formatter.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/pubsub/README.md (97%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/pubsub/pubsub.go (100%) rename Godeps/_workspace/src/github.com/{maybebtc => briantigerchow}/pubsub/pubsub_test.go (100%) delete mode 100644 Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json delete mode 100644 Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme delete mode 100644 Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 2beed8661..7b72f8b50 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -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" diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/.gitignore b/Godeps/_workspace/src/github.com/briantigerchow/logrus/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/.gitignore rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/.gitignore diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/.travis.yml b/Godeps/_workspace/src/github.com/briantigerchow/logrus/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/.travis.yml rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/.travis.yml diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/LICENSE b/Godeps/_workspace/src/github.com/briantigerchow/logrus/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/LICENSE rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/LICENSE diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/README.md b/Godeps/_workspace/src/github.com/briantigerchow/logrus/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/README.md rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/README.md diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/entry.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/entry.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/entry.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/entry.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/entry_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/entry_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/entry_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/entry_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/examples/basic/basic.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/basic/basic.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/examples/basic/basic.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/basic/basic.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/examples/hook/hook.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/hook/hook.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/examples/hook/hook.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/examples/hook/hook.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/exported.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/exported.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/exported.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/exported.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/formatter.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/formatter.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/formatter_bench_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter_bench_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/formatter_bench_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/formatter_bench_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hook_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hook_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hook_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hook_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/airbrake/airbrake.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/airbrake/airbrake.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/airbrake/airbrake.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/airbrake/airbrake.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/README.md b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/README.md rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/README.md diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/papertrail.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/papertrail.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/papertrail_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/papertrail/papertrail_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/papertrail/papertrail_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/README.md b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/README.md rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/README.md diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/syslog.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/syslog.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/syslog_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/hooks/syslog/syslog_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/hooks/syslog/syslog_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/json_formatter.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/json_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/json_formatter.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/json_formatter.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/logger.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/logger.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/logger.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/logger.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/logrus.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/logrus.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/logrus_test.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/logrus_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/logrus_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_darwin.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_darwin.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_darwin.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_darwin.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_freebsd.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_freebsd.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_freebsd.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_freebsd.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_linux.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_linux.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_linux.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_linux.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_notwindows.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_notwindows.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_notwindows.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_notwindows.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_windows.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_windows.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/terminal_windows.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/terminal_windows.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/logrus/text_formatter.go b/Godeps/_workspace/src/github.com/briantigerchow/logrus/text_formatter.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/logrus/text_formatter.go rename to Godeps/_workspace/src/github.com/briantigerchow/logrus/text_formatter.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/README.md b/Godeps/_workspace/src/github.com/briantigerchow/pubsub/README.md similarity index 97% rename from Godeps/_workspace/src/github.com/maybebtc/pubsub/README.md rename to Godeps/_workspace/src/github.com/briantigerchow/pubsub/README.md index e176dab68..c1aab80b5 100644 --- a/Godeps/_workspace/src/github.com/maybebtc/pubsub/README.md +++ b/Godeps/_workspace/src/github.com/briantigerchow/pubsub/README.md @@ -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 diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/pubsub.go b/Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/pubsub/pubsub.go rename to Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/pubsub_test.go b/Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/maybebtc/pubsub/pubsub_test.go rename to Godeps/_workspace/src/github.com/briantigerchow/pubsub/pubsub_test.go diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json b/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json deleted file mode 100644 index 3a0925c00..000000000 --- a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Godeps.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "ImportPath": "github.com/maybebtc/pubsub", - "GoVersion": "go1.3.3", - "Packages": [ - "./..." - ], - "Deps": [ - { - "ImportPath": "gopkg.in/check.v1", - "Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673" - } - ] -} diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme b/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme deleted file mode 100644 index 4cdaa53d5..000000000 --- a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Godeps/Readme +++ /dev/null @@ -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. diff --git a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile b/Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile deleted file mode 100644 index ed3992384..000000000 --- a/Godeps/_workspace/src/github.com/maybebtc/pubsub/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -vendor: - godep save -r ./... diff --git a/exchange/bitswap/notifications/notifications.go b/exchange/bitswap/notifications/notifications.go index 8797792cf..829f7288f 100644 --- a/exchange/bitswap/notifications/notifications.go +++ b/exchange/bitswap/notifications/notifications.go @@ -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" diff --git a/thirdparty/eventlog/entry.go b/thirdparty/eventlog/entry.go index ef0b3d814..e2c7be48f 100644 --- a/thirdparty/eventlog/entry.go +++ b/thirdparty/eventlog/entry.go @@ -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" ) diff --git a/thirdparty/eventlog/option.go b/thirdparty/eventlog/option.go index d44630afb..2d2892972 100644 --- a/thirdparty/eventlog/option.go +++ b/thirdparty/eventlog/option.go @@ -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" ) diff --git a/thirdparty/eventlog/polite_json_formatter.go b/thirdparty/eventlog/polite_json_formatter.go index d206f5d99..714623746 100644 --- a/thirdparty/eventlog/polite_json_formatter.go +++ b/thirdparty/eventlog/polite_json_formatter.go @@ -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