HavocFramework / Havoc

The Havoc Framework.
https://havocframework.com
GNU General Public License v3.0
6.72k stars 950 forks source link

[Teamserver-Client--Bug]: makefile12: ts-build error 1 #477

Open mrgiloo opened 4 months ago

mrgiloo commented 4 months ago

Contact Details

No response

What happened?

when compile with command make ts-build appear error below :

go: updates to go.mod needed; to update it: go mod tidy make: *** [makefile:12: ts-build] Error 1

Did You Do a Pull First?

Latest (You performed a pull first)

Did You Try With the Dev Branch?

Yes (You tried using the dev branch but the problem persist)

Relevant log output

go: updates to go.mod needed; to update it:
go mod tidy
make: *** [makefile:12: ts-build] Error 1

Did You Read Over Your Issue First?

shLuckyCode commented 3 months ago

I fix it with comands cd teamserver go mod tidy