12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
|
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
|
||
|
)
|