status-go/vendor/github.com/libp2p/go-libp2p-peerstore/go.mod

22 lines
645 B
Modula-2
Raw Normal View History

2019-06-09 07:24:20 +00:00
module github.com/libp2p/go-libp2p-peerstore
2021-10-19 13:43:41 +00:00
go 1.16
retract v0.2.9 // Contains backwards-incompatible changes. Use v0.3.0 instead.
2019-06-09 07:24:20 +00:00
require (
2021-10-19 13:43:41 +00:00
github.com/gogo/protobuf v1.3.2
github.com/hashicorp/golang-lru v0.5.4
2021-10-19 13:43:41 +00:00
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
2021-10-19 13:43:41 +00:00
github.com/ipfs/go-log v1.0.5
github.com/libp2p/go-buffer-pool v0.0.2
2021-10-19 13:43:41 +00:00
github.com/libp2p/go-libp2p-core v0.8.6
2019-06-09 07:24:20 +00:00
github.com/multiformats/go-base32 v0.0.3
2021-10-19 13:43:41 +00:00
github.com/multiformats/go-multiaddr v0.3.3
github.com/multiformats/go-multiaddr-fmt v0.1.0
2021-10-19 13:43:41 +00:00
github.com/stretchr/testify v1.7.0
go.uber.org/goleak v1.1.10
2019-06-09 07:24:20 +00:00
)