Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

update deps #31

Merged
merged 1 commit into from
Jul 27, 2021
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/ipfs/go-ipns
require (
github.com/gogo/protobuf v1.3.2
github.com/ipfs/go-ipfs-util v0.0.1
github.com/ipfs/go-log v0.0.1
github.com/ipfs/go-log v1.0.5
github.com/ipld/go-ipld-prime v0.9.0
github.com/libp2p/go-libp2p-core v0.2.5
github.com/libp2p/go-libp2p-peerstore v0.1.4
github.com/libp2p/go-libp2p-core v0.9.0
github.com/libp2p/go-libp2p-peerstore v0.2.8
github.com/libp2p/go-libp2p-record v0.1.2
github.com/multiformats/go-multicodec v0.2.0
github.com/pkg/errors v0.8.1
Expand Down
Loading