This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update go-libp2p-core and fix tests for new minimum key size. This slows down the test but terribly. * switch to go-multiaddr-fmt * update the datastore * update gogo/protobuf
- Loading branch information
Showing
6 changed files
with
233 additions
and
163 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,19 +1,21 @@ | ||
module github.com/libp2p/go-libp2p-peerstore | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/hashicorp/golang-lru v0.5.1 | ||
github.com/ipfs/go-datastore v0.0.1 | ||
github.com/ipfs/go-ds-badger v0.0.5 | ||
github.com/ipfs/go-ds-leveldb v0.0.1 | ||
github.com/ipfs/go-datastore v0.1.1 | ||
github.com/ipfs/go-ds-badger v0.0.7 | ||
github.com/ipfs/go-ds-leveldb v0.1.0 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/libp2p/go-buffer-pool v0.0.1 | ||
github.com/libp2p/go-libp2p-core v0.0.4 | ||
github.com/libp2p/go-buffer-pool v0.0.2 | ||
github.com/libp2p/go-libp2p-core v0.2.4 | ||
github.com/multiformats/go-base32 v0.0.3 | ||
github.com/multiformats/go-multiaddr v0.0.4 | ||
github.com/multiformats/go-multiaddr-net v0.0.1 | ||
github.com/multiformats/go-multihash v0.0.5 | ||
github.com/multiformats/go-multiaddr v0.1.1 | ||
github.com/multiformats/go-multiaddr-fmt v0.1.0 | ||
github.com/multiformats/go-multiaddr-net v0.1.1 | ||
github.com/multiformats/go-multihash v0.0.8 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 | ||
github.com/whyrusleeping/mafmt v1.2.8 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.