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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
When installing jackal with go install github.com/ortuman/jackal/cmd/jackal@latest or something similar, it will fail with the following:
$ go install github.com/ortuman/jackal/cmd/jackalctl@latest
go: github.com/ortuman/jackal/cmd/jackalctl@latest (in github.com/ortuman/jackal@v0.61.0):
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.
This is because replace directives are only used for main packages, but Jackal uses them for the libraries as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When installing jackal with
go install github.com/ortuman/jackal/cmd/jackal@latest
or something similar, it will fail with the following:This is because replace directives are only used for main packages, but Jackal uses them for the libraries as well.
The text was updated successfully, but these errors were encountered: