ropnop / kerbrute

A tool to perform Kerberos pre-auth bruteforcing
Apache License 2.0
2.58k stars 414 forks source link

updates repo to use official `go module` package management #19

Closed audibleblink closed 4 years ago

audibleblink commented 4 years ago

I left the /vendor folder because some prefer it that way, but with the version locked deps in go.mod, it isn't necessary. It can be deleted and should it ever need to be restored because some dep was pulled offline, one can run go mod vendor.

ropnop commented 4 years ago

Nice! Thank you for doing this. It's been on the back of my mind since I learned about Go modules. I'm going to merge and then delete the vendor directory. Cheers!