decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
731 stars 289 forks source link

multi: Bump rand consumer mods to require 1.18. #3381

Closed davecgh closed 1 month ago

davecgh commented 1 month ago

This bumps all of the modules in the repository that depend on the new crypto/rand module to require Go 1.18 since crypto/rand itself requires it.