Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Bump github.com/ethereum/go-ethereum from 1.9.19 to 1.10.5 in /chain #3424

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions chain/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ require (
github.com/bandprotocol/go-owasm v0.0.0-20210311072328-a6859c27139c
github.com/cosmos/cosmos-sdk v0.39.2
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
github.com/ethereum/go-ethereum v1.9.19
github.com/ethereum/go-ethereum v1.10.5
github.com/gin-gonic/gin v1.6.3
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-sql-driver/mysql v1.4.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
github.com/lib/pq v1.8.0
Expand All @@ -27,8 +27,8 @@ require (
github.com/segmentio/kafka-go v0.3.7
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/iavl v0.14.1
github.com/tendermint/tendermint v0.33.9
Expand Down
Loading