Skip to content

Commit

Permalink
upgrade go-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Mar 10, 2021
1 parent 96d536a commit 5519c60
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 18 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
module github.com/iotexproject/iotex-antenna-go/v2

go 1.14
go 1.16

require (
github.com/aristanetworks/goarista v0.0.0-20190531155855-fef20d617fa7 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.8.27
github.com/ethereum/go-ethereum v1.10.1
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1 // indirect
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/iotexproject/go-pkgs v0.1.4
github.com/iotexproject/iotex-address v0.2.3
github.com/iotexproject/iotex-address v0.2.4
github.com/iotexproject/iotex-proto v0.4.4-0.20201029172022-a8466422b0f1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect
google.golang.org/grpc v1.27.0
)

replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.3.1
Loading

0 comments on commit 5519c60

Please sign in to comment.