diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-05-07 19:40:50 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-05-07 19:40:50 +0800 |
commit | 43901c92825389b694fb5488c520cf5122f022de (patch) | |
tree | cb3954ab520d201f80764e81fb574d34b5b9c0f1 /Godeps/Godeps.json | |
parent | 45f8304f3c44e5379c7e30ab144d73e591e270af (diff) | |
download | go-tangerine-43901c92825389b694fb5488c520cf5122f022de.tar.gz go-tangerine-43901c92825389b694fb5488c520cf5122f022de.tar.zst go-tangerine-43901c92825389b694fb5488c520cf5122f022de.zip |
eth/downloader: fix priority queue reset, add throttling test
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a5b27e76c..012475c08 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -100,7 +100,7 @@ }, { "ImportPath": "gopkg.in/karalabe/cookiejar.v2/collections/prque", - "Rev": "cf5d8079df7c4501217638e1e3a6e43f94822548" + "Rev": "0b2e270613f5d7ba262a5749b9e32270131497a2" }, { "ImportPath": "gopkg.in/qml.v1/cdata", |