16 lines
384 B
Modula-2
16 lines
384 B
Modula-2
|
module github.com/vulcanize/eth-ipfs-state-validator
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/ethereum/go-ethereum v1.9.15
|
||
|
github.com/jmoiron/sqlx v1.2.0
|
||
|
github.com/lib/pq v1.5.2
|
||
|
github.com/onsi/ginkgo v1.12.1
|
||
|
github.com/onsi/gomega v1.10.1
|
||
|
github.com/sirupsen/logrus v1.6.0
|
||
|
github.com/spf13/cobra v1.0.0
|
||
|
github.com/spf13/viper v1.7.0
|
||
|
github.com/vulcanize/pg-ipfs-ethdb v0.0.2-alpha
|
||
|
)
|