diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-05-06 20:32:53 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-05-07 15:57:34 +0800 |
commit | 4800c94392e814a2cb9d343aab4706be0cd0851d (patch) | |
tree | bff7b3bf3763d58451dcee85961e05895da3ca5d /Godeps/Godeps.json | |
parent | 97c37356fdcfac8b704c3d75b33e322a737c4e55 (diff) | |
download | go-tangerine-4800c94392e814a2cb9d343aab4706be0cd0851d.tar.gz go-tangerine-4800c94392e814a2cb9d343aab4706be0cd0851d.tar.zst go-tangerine-4800c94392e814a2cb9d343aab4706be0cd0851d.zip |
eth/downloader: prioritize block fetch based on chain position, cap memory use
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 2480ff9a2..a5b27e76c 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -99,6 +99,10 @@ "Rev": "27c40922c40b43fe04554d8223a402af3ea333f3" }, { + "ImportPath": "gopkg.in/karalabe/cookiejar.v2/collections/prque", + "Rev": "cf5d8079df7c4501217638e1e3a6e43f94822548" + }, + { "ImportPath": "gopkg.in/qml.v1/cdata", "Rev": "1116cb9cd8dee23f8d444ded354eb53122739f99" }, |