22 lines
645 B
Modula-2
22 lines
645 B
Modula-2
module github.com/libp2p/go-libp2p-peerstore
|
|
|
|
go 1.16
|
|
|
|
retract v0.2.9 // Contains backwards-incompatible changes. Use v0.3.0 instead.
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/ipfs/go-datastore v0.4.5
|
|
github.com/ipfs/go-ds-badger v0.2.7
|
|
github.com/ipfs/go-ds-leveldb v0.4.2
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/libp2p/go-libp2p-core v0.8.6
|
|
github.com/multiformats/go-base32 v0.0.3
|
|
github.com/multiformats/go-multiaddr v0.3.3
|
|
github.com/multiformats/go-multiaddr-fmt v0.1.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/goleak v1.1.10
|
|
)
|