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

update deps #60

Merged
merged 1 commit into from
Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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