-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When attempting to install omq, golang reports an error due to a replace directive in go.mod.
% go install github.com/rabbitmq/omq@main
go: downloading github.com/rabbitmq/omq v0.16.1-0.20241115155757-1ced5aa75f6c
go: github.com/rabbitmq/omq@main (in github.com/rabbitmq/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
Reproduction steps
go install github.com/rabbitmq/omq@latest- Observe error
Expected behavior
go install should succeed
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working