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 #60 from libp2p/chore/update
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
Stebalien authored Apr 3, 2020
2 parents b88ea53 + ce4604a commit e74d5f3
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 39 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/libp2p/go-tcp-transport

require (
github.com/ipfs/go-log v0.0.1
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-mplex v0.2.1
github.com/ipfs/go-log v1.0.3
github.com/libp2p/go-libp2p-core v0.5.1
github.com/libp2p/go-libp2p-mplex v0.2.3
github.com/libp2p/go-libp2p-testing v0.1.1
github.com/libp2p/go-libp2p-transport-upgrader v0.1.1
github.com/libp2p/go-libp2p-transport-upgrader v0.2.0
github.com/libp2p/go-reuseport v0.0.1
github.com/libp2p/go-reuseport-transport v0.0.2
github.com/libp2p/go-reuseport-transport v0.0.3
github.com/multiformats/go-multiaddr v0.2.1
github.com/multiformats/go-multiaddr-fmt v0.1.0
github.com/multiformats/go-multiaddr-net v0.1.3
github.com/multiformats/go-multiaddr-net v0.1.4
)

go 1.12
Loading

0 comments on commit e74d5f3

Please sign in to comment.