Commit 5c3b6652 authored by Jeromy's avatar Jeromy

update deps

parent 2d136d79
...@@ -9,15 +9,9 @@ ...@@ -9,15 +9,9 @@
"gxDependencies": [ "gxDependencies": [
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmYzDkkgAEmrcNzFCiYo6L1dTX4EAG1gZkbtdbd9trL4vd", "hash": "QmTMy4hVSY28DdwJ9kBz6y7q6MuioFzPcpM3Ma3aPjo1i3",
"name": "go-multiaddr",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmYrv4LgCC8FhG2Ab4bwuq5DqBdwMtx3hMb3KKJDZcr2d7",
"name": "go-libp2p-loggables", "name": "go-libp2p-loggables",
"version": "1.0.11" "version": "1.1.1"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
...@@ -27,21 +21,21 @@ ...@@ -27,21 +21,21 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmY83KqqnQ286ZWbV2x7ixpeemH3cBpk8R54egS619WYff", "hash": "QmT6Cp31887FpAc25z25YHgpFJohZedrYLWPPspRtj1Brp",
"name": "go-multiaddr-net", "name": "go-multiaddr-net",
"version": "1.3.0" "version": "1.5.1"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmeLQ13LftT9XhNn22piZc3GP56fGqhijuL5Y8KdUaRn1g", "hash": "QmQkdkvXE4oKXAcLZK5d7Zc6xvyukQc8WVjX7QvxDJ7hJj",
"name": "mafmt", "name": "mafmt",
"version": "1.1.1" "version": "1.1.2"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmUDjsP471mkH5F4DoD5jQaTybX7ENU6YDULwQi9Keu3Vi", "hash": "QmWMia2fBVBesMerbtApQY7Tj2sgTaziveBACfCRUcv45f",
"name": "go-libp2p-transport", "name": "go-libp2p-transport",
"version": "2.1.2" "version": "2.2.1"
} }
], ],
"gxVersion": "0.4.0", "gxVersion": "0.4.0",
......
...@@ -7,12 +7,12 @@ import ( ...@@ -7,12 +7,12 @@ import (
"sync" "sync"
"time" "time"
lgbl "github.com/ipfs/go-libp2p-loggables"
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
ma "github.com/jbenet/go-multiaddr"
manet "github.com/jbenet/go-multiaddr-net"
reuseport "github.com/jbenet/go-reuseport" reuseport "github.com/jbenet/go-reuseport"
lgbl "github.com/libp2p/go-libp2p-loggables"
tpt "github.com/libp2p/go-libp2p-transport" tpt "github.com/libp2p/go-libp2p-transport"
ma "github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr-net"
mafmt "github.com/whyrusleeping/mafmt" mafmt "github.com/whyrusleeping/mafmt"
) )
......
...@@ -3,9 +3,8 @@ package tcp ...@@ -3,9 +3,8 @@ package tcp
import ( import (
"testing" "testing"
ma "github.com/jbenet/go-multiaddr"
utils "github.com/libp2p/go-libp2p-transport/test" utils "github.com/libp2p/go-libp2p-transport/test"
ma "github.com/multiformats/go-multiaddr"
) )
func TestTcpTransport(t *testing.T) { func TestTcpTransport(t *testing.T) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment