-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Anthony-Dong/golang
#5Description
What version of Go are you using (go version
)?
go version go version go1.16 linux/amd64
Does this issue reproduce with the latest release?
yes
What did you do?
cd /tmp; go install bitbucket.org/jatone/genieql@latest
What did you expect to see?
go install finishing successfully
What did you see instead?
go install bitbucket.org/jatone/genieql@latest: bitbucket.org/jatone/[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.
given that genieql is the main module this error appears to be erroneous.
other attempts I made all of which i would have expected to work properly (and use to):
cd /tmp; go install bitbucket.org/jatone/genieql/...@latest
go install bitbucket.org/jatone/genieql/...@latest: bitbucket.org/jatone/[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.
cd /tmp; go install bitbucket.org/jatone/genieql/cmd/...@latest
go install bitbucket.org/jatone/genieql/cmd/...@latest: bitbucket.org/jatone/[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.
cd /tmp; go install bitbucket.org/jatone/genieql/cmd/genieql@latest
go install bitbucket.org/jatone/genieql/cmd/genieql@latest: bitbucket.org/jatone/[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.
mitar, gordonbondon, chizhg, jeloba, kaovilai and 21 moredoonto
Metadata
Metadata
Assignees
Labels
No labels