提交 d7438016 作者: Henry

godep: changed back to inflect upstream

上级 d69bdecb
...@@ -46,10 +46,6 @@ ...@@ -46,10 +46,6 @@
"Rev": "5958552242606512f714d2e93513b380f43f9991" "Rev": "5958552242606512f714d2e93513b380f43f9991"
}, },
{ {
"ImportPath": "github.com/briantigerchow/inflect",
"Rev": "cef1f9cc2234281dc58ea10be7e9aad5e282ecab"
},
{
"ImportPath": "github.com/briantigerchow/pubsub", "ImportPath": "github.com/briantigerchow/pubsub",
"Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197" "Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
}, },
...@@ -66,6 +62,10 @@ ...@@ -66,6 +62,10 @@
"Rev": "e8c7cc515bfde3e267957a3b110080ceed51354e" "Rev": "e8c7cc515bfde3e267957a3b110080ceed51354e"
}, },
{ {
"ImportPath": "github.com/chuckpreslar/inflect",
"Rev": "423e3ac59c611e2d549527ab8c15fb99335d30ba"
},
{
"ImportPath": "github.com/coreos/go-semver/semver", "ImportPath": "github.com/coreos/go-semver/semver",
"Rev": "6fe83ccda8fb9b7549c9ab4ba47f47858bc950aa" "Rev": "6fe83ccda8fb9b7549c9ab4ba47f47858bc950aa"
}, },
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
package inflect package inflect
import ( import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/inflect/languages" "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/chuckpreslar/inflect/languages"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/inflect/types" "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/chuckpreslar/inflect/types"
) )
var ( var (
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
package languages package languages
import ( import (
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/inflect/types" "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/chuckpreslar/inflect/types"
) )
// Defines irregular words, uncountables words, and pluralization/singularization rules for the English language. // Defines irregular words, uncountables words, and pluralization/singularization rules for the English language.
......
...@@ -3,7 +3,7 @@ package bitswap ...@@ -3,7 +3,7 @@ package bitswap
import ( import (
"time" "time"
inflect "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/inflect" inflect "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/chuckpreslar/inflect"
process "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess" process "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess"
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"
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论