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 was 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/[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.
This is because replace directives are only used for main packages, but Jackal uses them for the libraries as well.