[#4] go.mod: Update ANTLR
Current `go:generate` command was, probably, executed only on my laptop. Replace it with explicit version, because package in the generated code depends on in. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
377a5a0517
commit
b204a62da1
10 changed files with 56 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
// Code generated from QueryLexer.g4 by ANTLR 4.10.1. DO NOT EDIT.
|
||||
// Code generated from java-escape by ANTLR 4.11.1. DO NOT EDIT.
|
||||
|
||||
package parser
|
||||
|
||||
|
@ -7,7 +7,7 @@ import (
|
|||
"sync"
|
||||
"unicode"
|
||||
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr"
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr/v4"
|
||||
)
|
||||
|
||||
// Suppress unused import error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue