Merge pull request #19 from ipfs/gomod
add gomod support // tag v0.0.1.
Showing
go.mod
0 → 100644
module github.com/ipfs/go-ds-measure | ||
require ( | ||
github.com/ipfs/go-datastore v0.0.1 | ||
github.com/ipfs/go-metrics-interface v0.0.1 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment