Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-leveldb
Commits
541bdaf8
Commit
541bdaf8
authored
Jun 10, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all godeps
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
22e30139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
datastore.go
datastore.go
+4
-4
No files found.
datastore.go
View file @
541bdaf8
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment