Fail to build due to amass dep
Closed this issue · 1 comments
random-robbie commented
go build
# github.com/caffix/amass/amass
/root/GO/src/github.com/caffix/amass/amass/wildcards.go:138:2: undefined: "math/rand".Shuffle
due to an issue with amass subjack will not build.
caffix commented
The amass code requires that you build it with Go version 1.10 or higher. That will fix your build problem.