Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
ShutdownRepo opened this issue Sep 19, 2024 · 7 comments
Open
1 task done
Labels
clientside/teamserver Clientside problem, not implantrelated

Comments

@ShutdownRepo
Copy link

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 ea3646e 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?

  • I declare I made an effort and provided the necessary information for replication of the issue.
@ShutdownRepo ShutdownRepo added the clientside/teamserver Clientside problem, not implantrelated label Sep 19, 2024
@kfr-ma
Copy link

kfr-ma commented Sep 25, 2024

i have the same issue , any update

@psybo7
Copy link

psybo7 commented Sep 26, 2024

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

@kfr-ma
Copy link

kfr-ma commented Sep 26, 2024 via email

@ShutdownRepo
Copy link
Author

@matt985

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

not needed anymore?

@kfr-ma
Copy link

kfr-ma commented Oct 7, 2024 via email

@Wayc0des-Land
Copy link

@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

@goheesheng
Copy link

goheesheng commented Dec 21, 2024

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: #485 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clientside/teamserver Clientside problem, not implantrelated
Projects
None yet
Development

No branches or pull requests

5 participants