Fix go-multiaddr-net

This commit is contained in:
Hector Sanjuan 2021-10-05 13:32:08 +02:00
parent 32386d853a
commit 53342d3c55
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -61,6 +61,7 @@ require (
github.com/libp2p/go-ws-transport v0.5.0
github.com/multiformats/go-multiaddr v0.4.1
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/multiformats/go-multiaddr-net v0.2.1-0.20211005111034-00dbc8cc4bff // indirect
github.com/multiformats/go-multihash v0.0.16
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0

2
go.sum
View File

@ -1087,6 +1087,8 @@ github.com/multiformats/go-multiaddr-net v0.1.4/go.mod h1:ilNnaM9HbmVFqsb/qcNysj
github.com/multiformats/go-multiaddr-net v0.1.5/go.mod h1:ilNnaM9HbmVFqsb/qcNysjCu4PVONlrBZpHIrw/qQuA=
github.com/multiformats/go-multiaddr-net v0.2.0 h1:MSXRGN0mFymt6B1yo/6BPnIRpLPEnKgQNvVfCX5VDJk=
github.com/multiformats/go-multiaddr-net v0.2.0/go.mod h1:gGdH3UXny6U3cKKYCvpXI5rnK7YaOIEOPVDI9tsJbEA=
github.com/multiformats/go-multiaddr-net v0.2.1-0.20211005111034-00dbc8cc4bff h1:yAmkfOrnmxRkSmiLsMN0tg9+gRpAt9hjo5hv+OzlvXU=
github.com/multiformats/go-multiaddr-net v0.2.1-0.20211005111034-00dbc8cc4bff/go.mod h1:jzU9KEggou2oNY/C3yHuW3yTZql5/9XLHCMnYYEQvkQ=
github.com/multiformats/go-multibase v0.0.1/go.mod h1:bja2MqRZ3ggyXtZSEDKpl0uO/gviWFaSteVbWT51qgs=
github.com/multiformats/go-multibase v0.0.3 h1:l/B6bJDQjvQ5G52jw4QGSYeOTZoAwIO77RblWplfIqk=
github.com/multiformats/go-multibase v0.0.3/go.mod h1:5+1R4eQrT3PkYZ24C3W2Ue2tPwIdYQD509ZjSb5y9Oc=