-
Notifications
You must be signed in to change notification settings - Fork 901
Closed
Labels
enhancementNew feature or requestNew feature or requesttriageNew issues that hasn't been reviewedNew issues that hasn't been reviewed
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriageNew issues that hasn't been reviewedNew issues that hasn't been reviewed