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

Commit

Permalink
slim down dependencies
Browse files Browse the repository at this point in the history
Removes secio, quic, and circuit dependencies. We were using them for testing
but we don't actually need them.
  • Loading branch information
Stebalien committed Jun 24, 2020
1 parent 7ada4e5 commit eca7506
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 230 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ require (
github.com/jbenet/goprocess v0.1.4
github.com/libp2p/go-addr-util v0.0.2
github.com/libp2p/go-conn-security-multistream v0.2.0
github.com/libp2p/go-libp2p-circuit v0.2.3
github.com/libp2p/go-libp2p-core v0.6.0
github.com/libp2p/go-libp2p-loggables v0.1.0
github.com/libp2p/go-libp2p-peerstore v0.2.4
github.com/libp2p/go-libp2p-quic-transport v0.5.0
github.com/libp2p/go-libp2p-secio v0.2.2
github.com/libp2p/go-libp2p-testing v0.1.1
github.com/libp2p/go-libp2p-transport-upgrader v0.3.0
github.com/libp2p/go-libp2p-yamux v0.2.8
Expand Down
Loading

0 comments on commit eca7506

Please sign in to comment.