-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
go install "github.com/oasdiff/oasdiff@latest" fails with this error:
go: github.com/oasdiff/oasdiff@latest (in github.com/oasdiff/[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.
To Reproduce
Steps to reproduce the behavior:
go install "github.com/oasdiff/oasdiff@latest"
Expected behavior
No error
Desktop (please complete the following information):
- OS: macOS 26.3.1
- Go 1.26.1
Additional context:
This is new in 1.12.2. go install "github.com/oasdiff/[email protected]" works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working