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

Commit

Permalink
Merge pull request #81 from libp2p/fix/global-multiaddr-registry
Browse files Browse the repository at this point in the history
move protocol definitions to go-multiaddr
  • Loading branch information
Stebalien authored Sep 19, 2019
2 parents ff52b70 + b8128e2 commit 0305622
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 48 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ require (
github.com/gogo/protobuf v1.2.1
github.com/ipfs/go-log v0.0.1
github.com/libp2p/go-buffer-pool v0.0.2
github.com/libp2p/go-libp2p-blankhost v0.1.1
github.com/libp2p/go-libp2p-core v0.0.1
github.com/libp2p/go-libp2p-swarm v0.1.0
github.com/libp2p/go-libp2p-blankhost v0.1.4
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-swarm v0.2.2
github.com/libp2p/go-libp2p-transport-upgrader v0.1.1
github.com/multiformats/go-multiaddr v0.0.4
github.com/multiformats/go-multiaddr-net v0.0.1
github.com/multiformats/go-multiaddr v0.1.1
github.com/multiformats/go-multiaddr-net v0.1.0
)

go 1.12
Loading

0 comments on commit 0305622

Please sign in to comment.