You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update nak by running go install github.com/fiatjaf/nak@latest but it says:
go: github.com/fiatjaf/nak@latest (in github.com/fiatjaf/nak@v0.4.2):
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.
The AI told me to contact the maintainer, and I do whatever AI tells me to.
go version go1.22.5 darwin/arm64
The text was updated successfully, but these errors were encountered:
Oh, wow. Thank you for opening this, I didn't know go install behaved like that.
My replace directive is purely deterministic, so it shouldn't be triggering this error, but apparently golang/go#44840 disagrees and sees no reason to fix this bug.
I tried to update nak by running
go install github.com/fiatjaf/nak@latest
but it says:The AI told me to contact the maintainer, and I do whatever AI tells me to.
go version go1.22.5 darwin/arm64
The text was updated successfully, but these errors were encountered: