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 Aug 14, 2023. It is now read-only.
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.
The documentation refers to
go getbut it's deprecated.go installshould be used instead, for instance:Which generates an error:
Reference: https://go.dev/doc/go-get-install-deprecation