ipld-eth-server/vendor/github.com/ipfs/go-peertaskqueue/go.mod

10 lines
195 B
Modula-2
Raw Normal View History

module github.com/ipfs/go-peertaskqueue
go 1.12
require (
github.com/ipfs/go-ipfs-pq v0.0.1
github.com/libp2p/go-libp2p-core v0.0.1
github.com/multiformats/go-multihash v0.0.5 // indirect
)