What do you want to change?
Currently sqlc imports both github.com/antlr4-go/antlr/v4 and github.com/antlr/antlr4/runtime/Go/antlr/v4.
github.com/antlr/antlr4/runtime/Go/antlr/v4 is not maintained anymore, and causes issues when I try to update my dependencies.
github.com/google/cel-go was updated to use github.com/antlr4-go/antlr/v4.
It seems sqlc is still using github.com/antlr/antlr4/runtime/Go/antlr/v4 in the sqlite code.
Is there any reason to not update to github.com/antlr4-go/antlr/v4 ?
What database engines need to be changed?
SQLite
What programming language backends need to be changed?
Go
What do you want to change?
Currently
sqlcimports bothgithub.mirrors.m2d.in/antlr4-go/antlr/v4andgithub.mirrors.m2d.in/antlr/antlr4/runtime/Go/antlr/v4.github.com/antlr/antlr4/runtime/Go/antlr/v4is not maintained anymore, and causes issues when I try to update my dependencies.github.com/google/cel-gowas updated to usegithub.mirrors.m2d.in/antlr4-go/antlr/v4.It seems
sqlcis still usinggithub.mirrors.m2d.in/antlr/antlr4/runtime/Go/antlr/v4in the sqlite code.Is there any reason to not update to
github.com/antlr4-go/antlr/v4?What database engines need to be changed?
SQLite
What programming language backends need to be changed?
Go