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

Support go install #5

@hakbyte

Description

@hakbyte

The documentation refers to go get but it's deprecated. go install should be used instead, for instance:

go install github.com/daffainfo/Git-Secret@latest

Which generates an error:

$ go install github.com/daffainfo/Git-Secret@latest
go: github.com/daffainfo/Git-Secret@latest (in github.com/daffainfo/Git-Secret@v0.0.0-20210805162334-e557be361004):
	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.

Reference: https://go.dev/doc/go-get-install-deprecation

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