Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

chore: update deps #219

Merged
merged 1 commit into from
Jun 22, 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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ module github.com/ipfs/go-ipfs-api

require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
github.com/ipfs/go-ipfs-files v0.0.6
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipfs-util v0.0.2
github.com/libp2p/go-libp2p-metrics v0.1.0
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/libp2p/go-libp2p-core v0.5.7
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multiaddr-net v0.1.2
github.com/multiformats/go-multiaddr-net v0.1.5
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
)
Loading