Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

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 78f94f4 + 85644f8 commit 8cca0db
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 10 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/libp2p/go-ws-transport

require (
github.com/gorilla/websocket v1.4.0
github.com/libp2p/go-libp2p-core v0.0.1
github.com/libp2p/go-libp2p-mplex v0.2.0
github.com/libp2p/go-libp2p-testing v0.0.3
github.com/gorilla/websocket v1.4.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-mplex v0.2.1
github.com/libp2p/go-libp2p-testing v0.1.0
github.com/libp2p/go-libp2p-transport-upgrader v0.1.1
github.com/multiformats/go-multiaddr v0.1.1
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/multiformats/go-multiaddr-net v0.1.0
github.com/whyrusleeping/mafmt v1.2.8
)

go 1.12
Loading

0 comments on commit 8cca0db

Please sign in to comment.