pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

Go get deprecation #452

Closed ResistanceIsUseless closed 3 years ago

ResistanceIsUseless commented 3 years ago

"Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead." https://golang.org/doc/go-get-install-deprecation

We will probably need to keep track of packages that break because of this. Also, on that topic I wonder if there would be any value in writing test cases for axiom. Make sure apps are being installed on the vm among other things.

0xtavian commented 3 years ago

@ResistanceIsUseless fixed in here https://github.com/pry0cc/axiom/pull/455 :)