Commit 541bdaf8 authored by Jakub Sztandera's avatar Jakub Sztandera

Remove all godeps

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent 22e30139
......@@ -2,10 +2,10 @@ package leveldb
import (
ds "github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/jbenet/goprocess"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util"
"github.com/jbenet/goprocess"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/syndtr/goleveldb/leveldb/util"
dsq "github.com/ipfs/go-datastore/query"
)
......
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