Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous import problem with the antlr module #10

Open
jzheng13 opened this issue Feb 9, 2022 · 0 comments
Open

Ambiguous import problem with the antlr module #10

jzheng13 opened this issue Feb 9, 2022 · 0 comments
Labels

Comments

@jzheng13
Copy link

jzheng13 commented Feb 9, 2022

The import needs to be updated in go.mod in accordance to the newest changes made to the antlr package, or the versioning should be limited so that it only downloads the compatible version.

github.com/test_user/test_repo imports
	github.com/caibirdme/yql imports
	github.com/antlr/antlr4/runtime/Go/antlr: ambiguous import: found package github.com/antlr/antlr4/runtime/Go/antlr in multiple modules:
	github.com/antlr/antlr4 v0.0.0-20210121092344-5dce78c87a9e (/Users/me/go/pkg/mod/github.com/antlr/[email protected]/runtime/Go/antlr)
	github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e (/Users/me/go/pkg/mod/github.com/antlr/antlr4/runtime/!go/[email protected])

Antlr issue: antlr/antlr4#3188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants