ipfs-ethdb/go.mod
Ashwin Phatak 308b79ca84
Use groupcache for caching postgres data (#20)
* Use groupcache for caching postgres data.

* Expose cache stats.

* Remove Println
2021-08-24 10:42:22 +05:30

22 lines
642 B
Modula-2

module github.com/vulcanize/ipfs-ethdb
go 1.13
require (
github.com/ethereum/go-ethereum v1.9.15
github.com/hashicorp/golang-lru v0.5.4
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-blockservice v0.1.3
github.com/ipfs/go-cid v0.0.5
github.com/ipfs/go-ipfs-blockstore v1.0.0
github.com/ipfs/go-ipfs-ds-help v1.0.0
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.0.0
github.com/mailgun/groupcache/v2 v2.2.1
github.com/multiformats/go-multihash v0.0.13
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
google.golang.org/appengine v1.6.7 // indirect
)