aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-11 16:45:54 +0800
committerGitHub <noreply@github.com>2019-04-11 16:45:54 +0800
commit464e79e66f18679b8afb821f622ed1358100832d (patch)
tree4ae9c67625369c238e751186629b391cfdf8b4cc /Gopkg.toml
parent5b0aad05d7ccc1dabedfd1f3bfc0d584db849e63 (diff)
downloadtangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar.gz
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar.bz2
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar.lz
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar.xz
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.tar.zst
tangerine-consensus-464e79e66f18679b8afb821f622ed1358100832d.zip
core: fix false alarm (#564)
* ignore test simple * core: update voteFilter to filter old er round * circleci: save logs * core: move check notarySet to agrmgr * fixup
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 799a63f..0ad7fbb 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -45,6 +45,10 @@
branch = "master"
name = "github.com/syndtr/goleveldb"
+[[constraint]]
+ name = "github.com/hashicorp/golang-lru"
+ version = "0.5.1"
+
[prune]
go-tests = true
unused-packages = true