Upgrade drand (#402)
* upgrade drand version * enable drng tests * fix go.sum *fix drng tests * fix watchdog warnings Co-authored-by: capossele <angelocapossele@gmail.com>
Showing
- .github/workflows/test.yml 1 addition, 1 deletion.github/workflows/test.yml
- go.mod 5 additions, 4 deletionsgo.mod
- go.sum 65 additions, 22 deletionsgo.sum
- packages/binary/drng/dispatcher_test.go 3 additions, 3 deletionspackages/binary/drng/dispatcher_test.go
- packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go 1 addition, 1 deletion...inary/drng/subtypes/collectiveBeacon/collective_beacon.go
- packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go 84 additions, 3 deletions.../drng/subtypes/collectiveBeacon/collective_beacon_test.go
- tools/integration-tests/tester/go.sum 58 additions, 22 deletionstools/integration-tests/tester/go.sum
... | ... | @@ -6,9 +6,10 @@ require ( |
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/dgraph-io/badger/v2 v2.0.2 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/drand/drand v0.5.4 | ||
github.com/drand/drand v0.8.1 | ||
github.com/drand/kyber v1.0.1-0.20200331114745-30e90cc60f99 | ||
github.com/gobuffalo/packr/v2 v2.7.1 | ||
github.com/golang/protobuf v1.3.4 | ||
github.com/golang/protobuf v1.3.5 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/hive.go v0.0.0-20200430073924-0e16f8c3a522 | ||
github.com/iotaledger/iota.go v1.0.0-beta.14 | ||
... | ... | @@ -25,8 +26,8 @@ require ( |
go.dedis.ch/kyber/v3 v3.0.12 | ||
go.uber.org/atomic v1.6.0 | ||
go.uber.org/zap v1.14.0 | ||
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a | ||
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 | ||
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 | ||
golang.org/x/tools v0.0.0-20200330040139-fa3cc9eebcfe // indirect | ||
google.golang.org/grpc v1.28.1 | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment