forked from TrueCloudLab/frostfs-node
[#2184] go.mod: Update neo-go to v0.100.1
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
71c64ae253
commit
874be99076
3 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ Changelog for NeoFS Node
|
|||
### Fixed
|
||||
### Removed
|
||||
### Updated
|
||||
- `neo-go` to `v0.100.1`
|
||||
|
||||
### Updating from v0.35.0
|
||||
|
||||
## [0.35.0] - 2022-12-28 - Sindo (신도)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/mr-tron/base58 v1.2.0
|
||||
github.com/multiformats/go-multiaddr v0.4.0
|
||||
github.com/nats-io/nats.go v1.16.0
|
||||
github.com/nspcc-dev/neo-go v0.100.0
|
||||
github.com/nspcc-dev/neo-go v0.100.1
|
||||
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20221202075445-cb5c18dc73eb // indirect
|
||||
github.com/olekukonko/tablewriter v0.0.5
|
||||
github.com/panjf2000/ants/v2 v2.4.0
|
||||
|
|
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue