We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running the command go mod tidy, on the main branch, throws the following error:
go mod tidy
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:
main
Expected behavior All the dependencies are resolved successfully.
Screenshots
GUAC version main branch
Additional context nhooyr/websocket has been adopted by Coder, as a result the dependency path needs to be updated.
nhooyr/websocket
Coder
The text was updated successfully, but these errors were encountered:
Issue seems to be only on linux machines. More testing is needed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Running the command
go mod tidy
, on the main branch, throws the following error:To Reproduce
Steps to reproduce the behavior:
main
branchgo mod tidy
Expected behavior
All the dependencies are resolved successfully.
Screenshots
GUAC version
main
branchAdditional context
nhooyr/websocket
has been adopted byCoder
, as a result the dependency path needs to be updated.The text was updated successfully, but these errors were encountered: