forked from TrueCloudLab/neoneo-go
go.mod: update dbft library, fix #634 and other problems
This commit is contained in:
parent
9ceefe17e2
commit
916b54fd60
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue