aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Update antlr package name to the correct one. #35

Open WingGithub opened 2 years ago

WingGithub commented 2 years ago

34

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

cep21 commented 2 years ago

Thanks for this PR. I have the same issue.

cep21 commented 2 years ago

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

cep21 commented 2 years ago

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