go.mod: update dbft library, fix #634 and other problems

This commit is contained in:
Roman Khimov 2020-01-31 12:00:22 +03:00
parent 9ceefe17e2
commit 916b54fd60

2
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/go-redis/redis v6.10.2+incompatible
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/mr-tron/base58 v1.1.2
github.com/nspcc-dev/dbft v0.0.0-20200130105505-02c208d154bf
github.com/nspcc-dev/dbft v0.0.0-20200203121303-549ecf2daaa1
github.com/nspcc-dev/rfc6979 v0.2.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1