[#523] go.mod: update go-multiraddr library

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2021-05-18 11:04:01 +03:00 committed by Leonard Lyubich
parent 8d8d9eccbd
commit 9ea8d11ec3
3 changed files with 2 additions and 4 deletions

4
go.mod
View file

@ -11,9 +11,7 @@ require (
github.com/klauspost/compress v1.11.3
github.com/mitchellh/go-homedir v1.1.0
github.com/mr-tron/base58 v1.1.3
github.com/multiformats/go-multiaddr v0.2.0
github.com/multiformats/go-multiaddr-net v0.1.2 // v0.1.1 => v0.1.2
github.com/multiformats/go-multihash v0.0.13 // indirect
github.com/multiformats/go-multiaddr v0.3.1
github.com/nspcc-dev/hrw v1.0.9
github.com/nspcc-dev/neo-go v0.94.2-pre.0.20210514140956-2cb878cb7a0f
github.com/nspcc-dev/neofs-api-go v1.26.0

BIN
go.sum

Binary file not shown.

View file

@ -5,7 +5,7 @@ import (
"strings"
"github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr-net"
manet "github.com/multiformats/go-multiaddr/net"
"github.com/pkg/errors"
)