module github.com/ipfs/go-ds-measure

require (
	github.com/ipfs/go-datastore v0.5.0
	github.com/ipfs/go-metrics-interface v0.0.1
)

go 1.16
