pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Can't `go install`?

Open synfinatic opened this issue 4 years ago • 0 comments

$ go install github.com/kentik/pkg@latest
go install: github.com/kentik/pkg@latest (in github.com/kentik/[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.

$ go version
go version go1.17.2 darwin/amd64

synfinatic avatar Nov 04 '21 03:11 synfinatic