[maintenance] Update antlr- antlr-go lives in a new repository/module.
Open
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 523
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
See: https://github.com/antlr/antlr4/tree/dev/runtime/Go/antlr
The new import is `github.com/antlr4-go/antlr` and not `github.com/antlr/antlr4/runtime/Go/antlr/v4`
```shell
go: github.com/antlr/antlr4/runtime/Go/antlr/v4@v4.0.0-20250319164753-7b53e13ba005: parsing go.mod:
module declares its path as: github.com/antlr4-go/antlr/v4
but was required as: github.com/antlr/antlr4/runtime/Go/antlr/v4
restoring github.com/antlr/antlr4/runtime/Go/antlr/v4@v4.0.0-20230321174746-8dcc6526cfb1
```
Contributor guide
Assessment
This issue has not been assessed yet.