From cf495686ca537670d8a6a6f8af138f35daa2405a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:05:30 +0000 Subject: [PATCH 1/2] fix(deps): update module github.com/ethereum/go-ethereum to v1.14.6 --- 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 c7ce3ef2c6..235103451f 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.6 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 7a9e5dca84..a35b703847 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.6 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 9c55c331f8..fc877f392c 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.6 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 4e34f23bcdae76eaeed4009a7c80d856ce1ccfad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Jul 2024 17:06:21 +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 565816a562..f0caa8f183 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.6 // 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 4c1a5088a4..9e42e9737e 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.6 // 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