gx publish 1.4.0

This commit is contained in:
Jeromy 2016-10-04 19:24:36 -07:00
parent f5f0af8297
commit fa8d0d27d1
2 changed files with 3 additions and 4 deletions

View File

@ -7,12 +7,11 @@ import (
"net/http"
"net/url"
manet "github.com/jbenet/go-multiaddr-net"
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"
ws "golang.org/x/net/websocket"
ma "github.com/jbenet/go-multiaddr"
)
var WsProtocol = ma.Protocol{

View File

@ -4,7 +4,7 @@ import (
"bytes"
"testing"
ma "github.com/jbenet/go-multiaddr"
ma "github.com/multiformats/go-multiaddr"
)
func TestMultiaddrParsing(t *testing.T) {