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

[bug] go mod tidy command failing because of nhooyr.io/websocket dependency #2328

Open
semmet95 opened this issue Nov 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@semmet95
Copy link
Contributor

Describe the bug
Running the command go mod tidy, on the main branch, throws the following error:

go: downloading nhooyr.io/websocket v1.8.11
go: github.com/guacsec/guac/pkg/emitter imports
	gocloud.dev/pubsub/azuresb imports
	github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus tested by
	github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus.test imports
	nhooyr.io/websocket: reading nhooyr.io/websocket/go.mod at revision v1.8.11: unknown revision v1.8.11

To Reproduce
Steps to reproduce the behavior:

  1. Checkout the main branch
  2. Run go mod tidy

Expected behavior
All the dependencies are resolved successfully.

Screenshots

image

GUAC version
main branch

Additional context
nhooyr/websocket has been adopted by Coder, as a result the dependency path needs to be updated.

@pxp928
Copy link
Collaborator

pxp928 commented Dec 16, 2024

Issue seems to be only on linux machines. More testing is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants