gx: update go-multiaddr

This commit is contained in:
Steven Allen 2018-10-16 16:52:36 +01:00
parent 1cb9a0e8a6
commit 3895ff188b
2 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ func TestIPLoopback(t *testing.T) {
t.Error("IP6Loopback incorrect:", IP6Loopback)
}
if IP4MappedIP6Loopback.String() != "/ip6/127.0.0.1" {
if IP4MappedIP6Loopback.String() != "/ip6/::ffff:127.0.0.1" {
t.Error("IP4MappedIP6Loopback incorrect:", IP4MappedIP6Loopback)
}

View File

@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "multiformats",
"hash": "QmYmsdtJ3HsodkePE3eU3TsCaP2YvPZJ4LoXnNkDE5Tpt7",
"hash": "QmP5KjWDrp2jbrviNznZv6xwQhWU5LJNcFGmQZorTXtM3Y",
"name": "go-multiaddr",
"version": "1.3.0"
"version": "1.3.4"
}
],
"gxVersion": "0.6.0",