-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
When I try to run go install github.com/schollz/croc/v10@latest
as specified in README.md I get the following error:
go: github.com/schollz/croc/v10@latest (in github.com/schollz/croc/[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.
There was another issue like this a while ago which got fixed by removing the offending replace
directive from go.mod
but it seems another one was introduced to downgrade the version of golang.org/x/sys
to 0.31.
Metadata
Metadata
Assignees
Labels
No labels