diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-17 19:04:02 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-17 19:04:20 +0800 |
commit | 34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5 (patch) | |
tree | 95a87c4e2393abb7817306a01297c4735a98850f /Godeps/Godeps.json | |
parent | 643eda5c2d3190147bc55ef27c4ce241c7c59da2 (diff) | |
download | go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.gz go-tangerine-34d0e1b2c32d1bfe3aaa8519cf760ce499315ad5.tar.zst go-tangerine-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.json | 6 |
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" }, |