Commit 89d5ea6f authored by Jakub Sztandera's avatar Jakub Sztandera

Remove all godeps

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent 6d35a528
......@@ -14,10 +14,10 @@ import (
"time"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/jbenet/go-os-rename"
"github.com/jbenet/go-os-rename"
"github.com/ipfs/go-datastore/query"
logging "github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/ipfs/go-log"
logging "github.com/ipfs/go-log"
)
var log = logging.Logger("flatfs")
......
......@@ -13,7 +13,7 @@ import (
"github.com/ipfs/go-datastore/query"
dstest "github.com/ipfs/go-datastore/test"
rand "github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/dustin/randbo"
rand "github.com/dustin/randbo"
)
func tempdir(t testing.TB) (path string, cleanup func()) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment