From 39b19e91445e4de8f5eee4dc1d780ec8dec50343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:13:22 +0000 Subject: [PATCH 1/2] fix(deps): update module github.com/ethereum/go-ethereum to v1.14.7 --- go.mod | 2 +- tools/evm/evmemulator/go.mod | 2 +- tools/wasp-cli/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9cd6b78fea..394487320f 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.7 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/gorilla/websocket v1.5.3 github.com/hashicorp/golang-lru/v2 v2.0.7 diff --git a/tools/evm/evmemulator/go.mod b/tools/evm/evmemulator/go.mod index df9dd84681..9c9c1d3ab6 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.7 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.1 diff --git a/tools/wasp-cli/go.mod b/tools/wasp-cli/go.mod index 85ac5fd035..66a47b32fc 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.7 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 From 34cef9845bc4969c7c8729a831321663ebb1ea05 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 11 Jul 2024 15:14:23 +0000 Subject: [PATCH 2/2] go mod tidy --- tools/gascalibration/go.mod | 2 +- tools/gendoc/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gascalibration/go.mod b/tools/gascalibration/go.mod index 0f11ec27a8..8ab6dca17e 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.7 // 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 d501d2da3f..faf7984585 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.7 // 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