Skip to content

Commit

Permalink
Merge pull request #53 from libp2p/dep/update
Browse files Browse the repository at this point in the history
dep: update and switch to go-multiaddr-fmt
  • Loading branch information
Stebalien authored Sep 19, 2019
2 parents 44c0579 + 6de8743 commit ac7f16b
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 ac7f16b

Please sign in to comment.