diff --git a/go.mod b/go.mod index f02130ef63..0227aca36b 100644 --- a/go.mod +++ b/go.mod @@ -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.5 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/gorilla/websocket v1.5.2 github.com/hashicorp/golang-lru/v2 v2.0.7 diff --git a/tools/evm/evmemulator/go.mod b/tools/evm/evmemulator/go.mod index 2da8a0b46c..9aefcc6cf2 100644 --- a/tools/evm/evmemulator/go.mod +++ b/tools/evm/evmemulator/go.mod @@ -10,7 +10,7 @@ replace ( ) require ( - github.com/ethereum/go-ethereum v1.13.13 + github.com/ethereum/go-ethereum v1.14.5 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 diff --git a/tools/gascalibration/go.mod b/tools/gascalibration/go.mod index 028b00f8b7..7cc54707f1 100644 --- a/tools/gascalibration/go.mod +++ b/tools/gascalibration/go.mod @@ -40,7 +40,7 @@ require ( github.com/deckarep/golang-set/v2 v2.6.0 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect github.com/ethereum/c-kzg-4844 v1.0.0 // indirect - github.com/ethereum/go-ethereum v1.13.13 // indirect + github.com/ethereum/go-ethereum v1.14.5 // indirect github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect diff --git a/tools/gendoc/go.mod b/tools/gendoc/go.mod index 0099c9e1d9..5a1c0fd449 100644 --- a/tools/gendoc/go.mod +++ b/tools/gendoc/go.mod @@ -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 v1.0.0 // indirect - github.com/ethereum/go-ethereum v1.13.13 // indirect + github.com/ethereum/go-ethereum v1.14.5 // indirect github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect github.com/fatih/structs v1.1.0 // indirect github.com/fbiville/markdown-table-formatter v0.3.0 // indirect diff --git a/tools/wasp-cli/go.mod b/tools/wasp-cli/go.mod index af536b1a10..69d1f0373e 100644 --- a/tools/wasp-cli/go.mod +++ b/tools/wasp-cli/go.mod @@ -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.5 github.com/hashicorp/go-version v1.7.0 github.com/iotaledger/hive.go/logger v0.0.0-20240319170702-c7591bb5f9f2 github.com/iotaledger/iota.go/v3 v3.0.0-rc.3