-
- Downloads

adds drand dependency

... | ... | @@ -3,9 +3,10 @@ module github.com/iotaledger/goshimmer |
go 1.14 | ||
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.3 | ||
github.com/drand/drand v0.5.4 | ||
github.com/gobuffalo/packr/v2 v2.7.1 | ||
github.com/golang/protobuf v1.3.4 | ||
github.com/googollee/go-engine.io v1.4.3-0.20190924125625-798118fc0dd2 | ||
... | ... |
Please register or sign in to comment