mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2024-12-26 23:30:32 +08:00
f0752eb701
Bumps [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore) from 0.3.1 to 0.4.1. - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](https://github.com/ipfs/go-datastore/compare/v0.3.1...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
22 lines
699 B
Modula-2
22 lines
699 B
Modula-2
module github.com/libp2p/go-libp2p-peerstore
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/ipfs/go-datastore v0.4.1
|
|
github.com/ipfs/go-ds-badger v0.2.0
|
|
github.com/ipfs/go-ds-leveldb v0.4.0
|
|
github.com/ipfs/go-log v0.0.1
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/libp2p/go-libp2p-core v0.3.0
|
|
github.com/multiformats/go-base32 v0.0.3
|
|
github.com/multiformats/go-multiaddr v0.2.0
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0
|
|
github.com/multiformats/go-multiaddr-net v0.1.2
|
|
github.com/multiformats/go-multihash v0.0.13
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
|
|
)
|
|
|
|
go 1.13
|