aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/Godeps.json
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-17 19:04:02 +0800
committerFelix Lange <fjl@twurst.com>2015-02-17 19:04:20 +0800
commit34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5 (patch)
tree95a87c4e2393abb7817306a01297c4735a98850f /Godeps/Godeps.json
parent643eda5c2d3190147bc55ef27c4ce241c7c59da2 (diff)
downloaddexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.gz
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.bz2
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.lz
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.xz
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.zst
dexon-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.zip
p2p: fix ecies dependency in tests
We forgot to update this reference when moving ecies into the go-ethereum repo.
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r--Godeps/Godeps.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 831140690..9fa7373c8 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -1,6 +1,6 @@
{
"ImportPath": "github.com/ethereum/go-ethereum",
- "GoVersion": "go1.4",
+ "GoVersion": "go1.4.1",
"Packages": [
"./..."
],
@@ -58,10 +58,6 @@
"Rev": "a45aa3d54aef73b504e15eb71bea0e5565b5e6e1"
},
{
- "ImportPath": "github.com/obscuren/ecies",
- "Rev": "d899334bba7bf4a157cab19d8ad836dcb1de0c34"
- },
- {
"ImportPath": "github.com/obscuren/otto",
"Rev": "cf13cc4228c5e5ce0fe27a7aea90bc10091c4f19"
},