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-dms3
Commits
6040a3ef
Commit
6040a3ef
authored
Dec 08, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make vendor (datastore fail??)
parent
e0f11dff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Godeps/Godeps.json
Godeps/Godeps.json
+4
-4
Godeps/_workspace/src/github.com/jbenet/go-datastore/lru/datastore.go
...space/src/github.com/jbenet/go-datastore/lru/datastore.go
+1
-1
No files found.
Godeps/Godeps.json
View file @
6040a3ef
...
...
@@ -80,14 +80,14 @@
"ImportPath"
:
"github.com/h2so5/utp"
,
"Rev"
:
"654d875bb65e96729678180215cf080fe2810371"
},
{
"ImportPath"
:
"github.com/inconshreveable/go-update"
,
"Rev"
:
"221d034a558b4c21b0624b2a450c076913854a57"
},
{
"ImportPath"
:
"github.com/hashicorp/golang-lru"
,
"Rev"
:
"253b2dc1ca8bae42c3b5b6e53dd2eab1a7551116"
},
{
"ImportPath"
:
"github.com/inconshreveable/go-update"
,
"Rev"
:
"221d034a558b4c21b0624b2a450c076913854a57"
},
{
"ImportPath"
:
"github.com/jbenet/go-base58"
,
"Rev"
:
"568a28d73fd97651d3442392036a658b6976eed5"
...
...
Godeps/_workspace/src/github.com/jbenet/go-datastore/lru/datastore.go
View file @
6040a3ef
...
...
@@ -3,7 +3,7 @@ package lru
import
(
"errors"
lru
"github.com/hashicorp/golang-lru"
lru
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
hashicorp/golang-lru"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
)
...
...
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