[#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,8 +1,8 @@
|
|||
// Code generated from Query.g4 by ANTLR 4.10.1. DO NOT EDIT.
|
||||
// Code generated from java-escape by ANTLR 4.11.1. DO NOT EDIT.
|
||||
|
||||
package parser // Query
|
||||
|
||||
import "github.com/antlr/antlr4/runtime/Go/antlr"
|
||||
import "github.com/antlr/antlr4/runtime/Go/antlr/v4"
|
||||
|
||||
type BaseQueryVisitor struct {
|
||||
*antlr.BaseParseTreeVisitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue