forked from TrueCloudLab/frostfs-sdk-go
[#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
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/TrueCloudLab/frostfs-api-go/v2/refs"
|
||||
"github.com/TrueCloudLab/frostfs-sdk-go/netmap/parser"
|
||||
subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id"
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr"
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr/v4"
|
||||
)
|
||||
|
||||
// PlacementPolicy declares policy to store objects in the NeoFS container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue