@cryptotaxi247 / kubo / commits / b892db894

dep: update go-multiaddr

Forbids empty multiaddr, fixes #6354

Steven Allen committed May 20, 2019 at 14:29 UTC b892db894da69cc12c92773cf6ca54d92437c66d
2 files changed +3 -3
go.mod
+1 -1
@@ -97,7 +97,7 @@ require (
97 github.com/miekg/dns v1.1.8 // indirect
98 github.com/mitchellh/go-homedir v1.1.0
99 github.com/mr-tron/base58 v1.1.2
100 - github.com/multiformats/go-multiaddr v0.0.3
100 + github.com/multiformats/go-multiaddr v0.0.4
101 github.com/multiformats/go-multiaddr-dns v0.0.2
102 github.com/multiformats/go-multiaddr-net v0.0.1
103 github.com/multiformats/go-multibase v0.0.1
go.sum
+2 -2
@@ -559,8 +559,8 @@ github.com/multiformats/go-multiaddr v0.0.1 h1:/QUV3VBMDI6pi6xfiw7lr6xhDWWvQKn9u
559 github.com/multiformats/go-multiaddr v0.0.1/go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44=
560 github.com/multiformats/go-multiaddr v0.0.2 h1:RBysRCv5rv3FWlhKWKoXv8tnsCUpEpIZpCmqAGZos2s=
561 github.com/multiformats/go-multiaddr v0.0.2/go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44=
562 -github.com/multiformats/go-multiaddr v0.0.3 h1:/m5AmBtzEOIb9aY6o5pVuSwZeeCWrFks1MlqYsmHlBs=
563 -github.com/multiformats/go-multiaddr v0.0.3/go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44=
562 +github.com/multiformats/go-multiaddr v0.0.4 h1:WgMSI84/eRLdbptXMkMWDXPjPq7SPLIgGUVm2eroyU4=
563 +github.com/multiformats/go-multiaddr v0.0.4/go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44=
564 github.com/multiformats/go-multiaddr-dns v0.0.1/go.mod h1:9kWcqw/Pj6FwxAwW38n/9403szc57zJPs45fmnznu3Q=
565 github.com/multiformats/go-multiaddr-dns v0.0.2 h1:/Bbsgsy3R6e3jf2qBahzNHzww6usYaZ0NhNH3sqdFS8=
566 github.com/multiformats/go-multiaddr-dns v0.0.2/go.mod h1:9kWcqw/Pj6FwxAwW38n/9403szc57zJPs45fmnznu3Q=