Closed dopaminereceptionist closed 6 years ago
go 1.7 also has this problem.
Correct, as the .travis.yml
hints, I'm targeting 1.9 and above. I'll admit this bothered me when I made the decision, but needed to move on at the time.
golang.org/x/crypto/ssh
and golang.org/x/crypto/ripemd160
have adopted the math/bits
library which was added in 1.9. I want to keep dependencies updated, and so will close this. I'll add a note to the README
soon.
Ok, thank you!