util; go.mod/go.sum

This commit is contained in:
Ian Norden
2020-05-30 12:10:06 -05:00
parent 615f249df4
commit 8d3cc7f876
3 changed files with 261 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module github.com/vulcanize/eth-pg-ipfs-statedb
go 1.13
require (
github.com/ethereum/go-ethereum v1.9.14
github.com/ipfs/go-ipfs-blockstore v1.0.0
github.com/ipfs/go-ipfs-ds-help v1.0.0
github.com/jmoiron/sqlx v1.2.0
github.com/multiformats/go-multihash v0.0.13
)