forked from TrueCloudLab/frostfs-node
[#1430] go.mod: Update neo-go
v0.98.2 => v0.98.3 That patch includes fixing panic when using WS client with a closed connection. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
57c5fccc8c
commit
786c920fb2
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ Changelog for NeoFS Node
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Updated
|
||||
- Neo-go 0.98.2 => 0.98.3 (#1430)
|
||||
|
||||
### Added
|
||||
- Config examples for Inner ring application (#1358)
|
||||
- Command for documentation generation for `neofs-cli`, `neofs-adm` and `neofs-lens` (#1396)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -15,7 +15,7 @@ require (
|
|||
github.com/multiformats/go-multiaddr v0.4.0
|
||||
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
|
||||
github.com/nspcc-dev/hrw v1.0.9
|
||||
github.com/nspcc-dev/neo-go v0.98.2
|
||||
github.com/nspcc-dev/neo-go v0.98.3
|
||||
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220321144137-d5a9af5860af // indirect
|
||||
github.com/nspcc-dev/neofs-api-go/v2 v2.12.1
|
||||
github.com/nspcc-dev/neofs-contract v0.15.1
|
||||
|
|
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue