HavocFramework / Havoc

The Havoc Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mrgiloo opened this issue · comments

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?

  • I declare I made an effort and provided the necessary information for replication of the issue.

I fix it with comands
cd teamserver
go mod tidy