Havoc
Havoc copied to clipboard
[Teamserver-Client--Bug]: module github.com/ugorji/go: not a known dependency
Contact Details
No response
What happened?
When installing the teamserver by following the official doc, we get the following error
# go mod download github.com/ugorji/go
go: module github.com/ugorji/go: not a known dependency
This was introduced after ea3646e055eb1612dcc956130fd632029dbf0b86 as this version still works
Since the dev branch is two commits behind main and the commits include the one with the module change, dev is not impacted by this issue.
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
No response
Did You Read Over Your Issue First?
- [X] I declare I made an effort and provided the necessary information for replication of the issue.
i have the same issue , any update
Hi, try simply running make ts-build from the repo root ("/Havoc")
Hi Thank you for your response , it works now .
On Thu, 26 Sep 2024 at 14:40 matbot @.***> wrote:
Hi, try simply running make ts-build from the repo root ("/Havoc")
— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/516#issuecomment-2377008806, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBIWDBPIDYT7C2YJCY6QBLZYQFEDAVCNFSM6AAAAABOQFZQ7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGAYDQOBQGY . You are receiving this because you commented.Message ID: @.***>
@matt985
go mod download golang.org/x/sys
go mod download github.com/ugorji/go
not needed anymore?
Hi, it works now. Thank you very much.
On Mon, 7 Oct 2024 at 14:14 Charlie Bromberg @.***> wrote:
@matt985 https://github.com/matt985
go mod download golang.org/x/sys go mod download github.com/ugorji/go
not needed anymore?
— Reply to this email directly, view it on GitHub https://github.com/HavocFramework/Havoc/issues/516#issuecomment-2396899105, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBIWDCQG64M3Y6U6FYOV33Z2KCKVAVCNFSM6AAAAABOQFZQ7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJWHA4TSMJQGU . You are receiving this because you commented.Message ID: @.***>
@matt985
go mod download golang.org/x/sys go mod download github.com/ugorji/gonot needed anymore?
hi @matt985
Try using this command "go mod download github.com/ugorji/go/codec", as I just tested it and it worked successfully ref: Fix module issues once and for all
Not sure if anyone faced similar issue: Running make ts-build after above causes this issue.
[*] building teamserver
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make: *** [makefile:11: ts-build] Error 2
Fixes is here: https://github.com/HavocFramework/Havoc/issues/485#issuecomment-2145223648