Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/ethereum/go-ethereum to v1.14.0 #3385

Closed
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/dgraph-io/ristretto v0.1.1
github.com/dgryski/go-clockpro v0.0.0-20140817124034-edc6d3eeb96e
github.com/dustin/go-humanize v1.0.1
github.com/ethereum/go-ethereum v1.13.13
github.com/ethereum/go-ethereum v1.14.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gorilla/websocket v1.5.1
github.com/hashicorp/golang-lru/v2 v2.0.7
Expand Down
2 changes: 1 addition & 1 deletion tools/evm/evmemulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (
)

require (
github.com/ethereum/go-ethereum v1.13.13
github.com/ethereum/go-ethereum v1.14.0
github.com/iotaledger/wasp v1.0.0-00010101000000-000000000000
github.com/iotaledger/wasp/tools/wasp-cli v0.0.0-20230923193348-da186f5602e0
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion tools/gascalibration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/deckarep/golang-set/v2 v2.3.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/ethereum/go-ethereum v1.13.13 // indirect
github.com/ethereum/go-ethereum v1.14.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/gendoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/elastic/gosigar v0.14.2 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/ethereum/go-ethereum v1.13.13 // indirect
github.com/ethereum/go-ethereum v1.14.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fbiville/markdown-table-formatter v0.3.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tools/wasp-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/99designs/keyring v1.2.2
github.com/awnumar/memguard v0.22.5
github.com/dvsekhvalnov/jose2go v1.7.0
github.com/ethereum/go-ethereum v1.13.13
github.com/ethereum/go-ethereum v1.14.0
github.com/hashicorp/go-version v1.6.0
github.com/iotaledger/hive.go/logger v0.0.0-20240319170702-c7591bb5f9f2
github.com/iotaledger/iota.go/v3 v3.0.0-rc.3
Expand Down