Havoc icon indicating copy to clipboard operation
Havoc copied to clipboard

[Teamserver-Client--Bug]: module github.com/ugorji/go: not a known dependency

Open ShutdownRepo opened this issue 1 year ago • 5 comments

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.

ShutdownRepo avatar Sep 19 '24 15:09 ShutdownRepo

i have the same issue , any update

kfr-ma avatar Sep 25 '24 10:09 kfr-ma

Hi, try simply running make ts-build from the repo root ("/Havoc")

psybo7 avatar Sep 26 '24 13:09 psybo7

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: @.***>

kfr-ma avatar Sep 26 '24 13:09 kfr-ma

@matt985

go mod download golang.org/x/sys
go mod download github.com/ugorji/go

not needed anymore?

ShutdownRepo avatar Oct 07 '24 13:10 ShutdownRepo

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: @.***>

kfr-ma avatar Oct 07 '24 14:10 kfr-ma

@matt985

go mod download golang.org/x/sys
go mod download github.com/ugorji/go

not 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

Wayc0des-Land avatar Nov 20 '24 17:11 Wayc0des-Land

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

goheesheng avatar Dec 21 '24 08:12 goheesheng