-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from deep-stack/pm-upgrade-geth
Upgrade geth to v1.10.17
- Loading branch information
Showing
4 changed files
with
224 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
module github.com/vulcanize/ipfs-ethdb | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/ethereum/go-ethereum v1.10.14 | ||
github.com/btcsuite/btcd v0.22.1 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect | ||
github.com/ethereum/go-ethereum v1.10.17 | ||
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-block-format v0.0.3 | ||
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-cid v0.0.7 | ||
github.com/ipfs/go-ipfs-blockstore v1.0.1 | ||
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.14.0 | ||
github.com/onsi/gomega v1.10.1 | ||
google.golang.org/appengine v1.6.7 // indirect | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/lib/pq v1.10.5 | ||
github.com/mailgun/groupcache/v2 v2.3.0 | ||
github.com/multiformats/go-multihash v0.1.0 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.19.0 | ||
) |
Oops, something went wrong.