aws-dax-go icon indicating copy to clipboard operation
aws-dax-go copied to clipboard

Update antlr package name to the correct one.

Open WingGithub opened this issue 3 years ago • 3 comments

#34

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

WingGithub avatar Oct 08 '21 12:10 WingGithub

Thanks for this PR. I have the same issue.

cep21 avatar Jan 07 '22 19:01 cep21

More information here: https://github.com/antlr/antlr4/issues/3188

cep21 avatar Jan 07 '22 21:01 cep21

As a workaround from dax using the incorrect path, people can add this to their go.mod

replace github.com/antlr/antlr4 => github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210930093333-01de314d7883

cep21 avatar Jan 07 '22 21:01 cep21