Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Cannot install with go install #244

@SamWhited

Description

@SamWhited

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions