This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for extensible records (and v2 signature)
- Loading branch information
1 parent
5976a80
commit 3deb032
Showing
9 changed files
with
912 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
module github.com/ipfs/go-ipns | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.1 | ||
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/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-record v0.1.2 | ||
github.com/multiformats/go-multicodec v0.2.0 | ||
github.com/pkg/errors v0.8.1 | ||
) | ||
|
||
go 1.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.