gx publish 1.4.0
This commit is contained in:
parent
f5f0af8297
commit
fa8d0d27d1
|
@ -7,12 +7,11 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
manet "github.com/jbenet/go-multiaddr-net"
|
|
||||||
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"
|
||||||
ws "golang.org/x/net/websocket"
|
ws "golang.org/x/net/websocket"
|
||||||
|
|
||||||
ma "github.com/jbenet/go-multiaddr"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var WsProtocol = ma.Protocol{
|
var WsProtocol = ma.Protocol{
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
ma "github.com/jbenet/go-multiaddr"
|
ma "github.com/multiformats/go-multiaddr"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMultiaddrParsing(t *testing.T) {
|
func TestMultiaddrParsing(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue