Skip to content

Commit

Permalink
dep: update and switch to go-multiaddr-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 19, 2019
1 parent 44c0579 commit 6de8743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (

ws "github.com/gorilla/websocket"
ma "github.com/multiformats/go-multiaddr"
mafmt "github.com/multiformats/go-multiaddr-fmt"
manet "github.com/multiformats/go-multiaddr-net"
mafmt "github.com/whyrusleeping/mafmt"
)

// WsProtocol is the multiaddr protocol definition for this transport.
Expand Down

0 comments on commit 6de8743

Please sign in to comment.