Skip to content

Commit 026f360

Browse files
committed
update go-ethereum version to v1.15.0 in go.mods
1 parent e09f3c5 commit 026f360

File tree

6 files changed

+89
-30
lines changed

6 files changed

+89
-30
lines changed

framework/go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/framework
22

3-
go 1.22
3+
go 1.22.0
4+
5+
toolchain go1.23.4
46

57
replace github.com/smartcontractkit/chainlink-testing-framework/seth => ../seth
68

@@ -13,7 +15,7 @@ require (
1315
github.com/davecgh/go-spew v1.1.1
1416
github.com/docker/docker v27.1.1+incompatible
1517
github.com/docker/go-connections v0.5.0
16-
github.com/ethereum/go-ethereum v1.14.11
18+
github.com/ethereum/go-ethereum v1.15.0
1719
github.com/gin-gonic/gin v1.10.0
1820
github.com/go-playground/locales v0.14.1
1921
github.com/go-playground/universal-translator v0.18.1
@@ -52,7 +54,7 @@ require (
5254
github.com/aws/smithy-go v1.21.0 // indirect
5355
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5456
github.com/benbjohnson/clock v1.3.0 // indirect
55-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
57+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
5658
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
5759
github.com/bytedance/sonic v1.12.3 // indirect
5860
github.com/bytedance/sonic/loader v0.2.0 // indirect
@@ -66,15 +68,15 @@ require (
6668
github.com/charmbracelet/x/term v0.2.0 // indirect
6769
github.com/cloudwego/base64x v0.1.4 // indirect
6870
github.com/cloudwego/iasm v0.2.0 // indirect
69-
github.com/consensys/bavard v0.1.13 // indirect
70-
github.com/consensys/gnark-crypto v0.12.1 // indirect
71+
github.com/consensys/bavard v0.1.22 // indirect
72+
github.com/consensys/gnark-crypto v0.14.0 // indirect
7173
github.com/containerd/containerd v1.7.18 // indirect
7274
github.com/containerd/log v0.1.0 // indirect
7375
github.com/containerd/platforms v0.2.1 // indirect
7476
github.com/cpuguy83/dockercfg v0.3.2 // indirect
7577
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
76-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
77-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
78+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
79+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
7880
github.com/creack/pty v1.1.21 // indirect
7981
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
8082
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
@@ -83,7 +85,7 @@ require (
8385
github.com/dustin/go-humanize v1.0.1 // indirect
8486
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
8587
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
86-
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
88+
github.com/ethereum/go-verkle v0.2.2 // indirect
8789
github.com/felixge/httpsnoop v1.0.4 // indirect
8890
github.com/fsnotify/fsnotify v1.6.0 // indirect
8991
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
@@ -94,7 +96,7 @@ require (
9496
github.com/goccy/go-json v0.10.3 // indirect
9597
github.com/gogo/protobuf v1.3.2 // indirect
9698
github.com/gorilla/websocket v1.5.0 // indirect
97-
github.com/holiman/uint256 v1.3.1 // indirect
99+
github.com/holiman/uint256 v1.3.2 // indirect
98100
github.com/json-iterator/go v1.1.12 // indirect
99101
github.com/klauspost/compress v1.17.4 // indirect
100102
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
@@ -128,7 +130,7 @@ require (
128130
github.com/prometheus/client_model v0.5.0 // indirect
129131
github.com/prometheus/procfs v0.12.0 // indirect
130132
github.com/rivo/uniseg v0.4.7 // indirect
131-
github.com/rogpeppe/go-internal v1.10.0 // indirect
133+
github.com/rogpeppe/go-internal v1.12.0 // indirect
132134
github.com/russross/blackfriday/v2 v2.1.0 // indirect
133135
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
134136
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
@@ -153,7 +155,7 @@ require (
153155
golang.org/x/arch v0.11.0 // indirect
154156
golang.org/x/crypto v0.32.0 // indirect
155157
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
156-
golang.org/x/net v0.30.0 // indirect
158+
golang.org/x/net v0.34.0 // indirect
157159
golang.org/x/sys v0.29.0 // indirect
158160
golang.org/x/text v0.21.0 // indirect
159161
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect

framework/go.sum

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
5454
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
5555
github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=
5656
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
57+
github.com/bits-and-blooms/bitset v1.17.0 h1:1X2TS7aHz1ELcC0yU1y2stUs/0ig5oMU6STFZGrhvHI=
58+
github.com/bits-and-blooms/bitset v1.17.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
5759
github.com/block-vision/sui-go-sdk v1.0.6 h1:FysCc4TJC8v4BEBbCjJPDR4iR5eKqJT1dxGwsT67etg=
5860
github.com/block-vision/sui-go-sdk v1.0.6/go.mod h1:FyK1vGE8lWm9QA1fdQpf1agfXQSMbPT8AV1BICgx6d8=
5961
github.com/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=
@@ -110,8 +112,12 @@ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAK
110112
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
111113
github.com/consensys/bavard v0.1.13 h1:oLhMLOFGTLdlda/kma4VOJazblc7IM5y5QPd2A/YjhQ=
112114
github.com/consensys/bavard v0.1.13/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI=
115+
github.com/consensys/bavard v0.1.22 h1:Uw2CGvbXSZWhqK59X0VG/zOjpTFuOMcPLStrp1ihI0A=
116+
github.com/consensys/bavard v0.1.22/go.mod h1:k/zVjHHC4B+PQy1Pg7fgvG3ALicQw540Crag8qx+dZs=
113117
github.com/consensys/gnark-crypto v0.12.1 h1:lHH39WuuFgVHONRl3J0LRBtuYdQTumFSDtJF7HpyG8M=
114118
github.com/consensys/gnark-crypto v0.12.1/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
119+
github.com/consensys/gnark-crypto v0.14.0 h1:DDBdl4HaBtdQsq/wfMwJvZNE80sHidrK3Nfrefatm0E=
120+
github.com/consensys/gnark-crypto v0.14.0/go.mod h1:CU4UijNPsHawiVGNxe9co07FkzCeWHHrb1li/n1XoU0=
115121
github.com/containerd/containerd v1.7.18 h1:jqjZTQNfXGoEaZdW1WwPU0RqSn1Bm2Ay/KJPUuO8nao=
116122
github.com/containerd/containerd v1.7.18/go.mod h1:IYEk9/IO6wAPUz2bCMVUbsfXjzw5UNP5fLz4PsUygQ4=
117123
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
@@ -125,8 +131,12 @@ github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB
125131
github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
126132
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c h1:uQYC5Z1mdLRPrZhHjHxufI8+2UG/i25QG92j0Er9p6I=
127133
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c/go.mod h1:geZJZH3SzKCqnz5VT0q/DyIG/tvu/dZk+VIfXicupJs=
134+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a h1:W8mUrRp6NOVl3J+MYp5kPMoUZPp7aOYHtaua31lwRHg=
135+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a/go.mod h1:sTwzHBvIzm2RfVCGNEBZgRyjwK40bVoun3ZnGOCafNM=
128136
github.com/crate-crypto/go-kzg-4844 v1.0.0 h1:TsSgHwrkTKecKJ4kadtHi4b3xHW5dCFUDFnUp1TsawI=
129137
github.com/crate-crypto/go-kzg-4844 v1.0.0/go.mod h1:1kMhvPgI0Ky3yIa+9lFySEBUBXkYxeOi8ZF1sYioxhc=
138+
github.com/crate-crypto/go-kzg-4844 v1.1.0 h1:EN/u9k2TF6OWSHrCCDBBU6GLNMq88OspHHlMnHfoyU4=
139+
github.com/crate-crypto/go-kzg-4844 v1.1.0/go.mod h1:JolLjpSff1tCCJKaJx4psrlEdlXuJEC996PL3tTAFks=
130140
github.com/creack/pty v1.1.21 h1:1/QdRyBaHHJP61QkWMXlOIBfsgdDeeKfK8SYVUWJKf0=
131141
github.com/creack/pty v1.1.21/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
132142
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -158,8 +168,12 @@ github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHE
158168
github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
159169
github.com/ethereum/go-ethereum v1.14.11 h1:8nFDCUUE67rPc6AKxFj7JKaOa2W/W1Rse3oS6LvvxEY=
160170
github.com/ethereum/go-ethereum v1.14.11/go.mod h1:+l/fr42Mma+xBnhefL/+z11/hcmJ2egl+ScIVPjhc7E=
171+
github.com/ethereum/go-ethereum v1.15.0 h1:LLb2jCPsbJZcB4INw+E/MgzUX5wlR6SdwXcv09/1ME4=
172+
github.com/ethereum/go-ethereum v1.15.0/go.mod h1:4q+4t48P2C03sjqGvTXix5lEOplf5dz4CTosbjt5tGs=
161173
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A=
162174
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
175+
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
176+
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
163177
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
164178
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
165179
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
@@ -233,6 +247,8 @@ github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZ
233247
github.com/holiman/bloomfilter/v2 v2.0.3/go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA=
234248
github.com/holiman/uint256 v1.3.1 h1:JfTzmih28bittyHM8z360dCjIA9dbPIBlcTI6lmctQs=
235249
github.com/holiman/uint256 v1.3.1/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
250+
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
251+
github.com/holiman/uint256 v1.3.2/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
236252
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=
237253
github.com/huin/goupnp v1.3.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8=
238254
github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus=
@@ -339,6 +355,7 @@ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
339355
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
340356
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
341357
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
358+
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
342359
github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
343360
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
344361
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
@@ -447,6 +464,7 @@ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/
447464
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
448465
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
449466
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
467+
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
450468
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
451469
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
452470
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

lib/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240709130330-9f4feec7553f
1616
github.com/docker/docker v27.3.1+incompatible
1717
github.com/docker/go-connections v0.5.0
18-
github.com/ethereum/go-ethereum v1.14.11
18+
github.com/ethereum/go-ethereum v1.15.0
1919
github.com/go-resty/resty/v2 v2.15.3
2020
github.com/google/go-github/v41 v41.0.0
2121
github.com/google/uuid v1.6.0
@@ -39,7 +39,7 @@ require (
3939
github.com/testcontainers/testcontainers-go v0.35.0
4040
go.uber.org/atomic v1.11.0
4141
go.uber.org/zap v1.27.0
42-
golang.org/x/net v0.30.0
42+
golang.org/x/net v0.34.0
4343
golang.org/x/oauth2 v0.23.0
4444
golang.org/x/sync v0.10.0
4545
golang.org/x/text v0.21.0
@@ -73,7 +73,7 @@ require (
7373
github.com/aws/smithy-go v1.22.0 // indirect
7474
github.com/benbjohnson/clock v1.3.5 // indirect
7575
github.com/beorn7/perks v1.0.1 // indirect
76-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
76+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
7777
github.com/blang/semver/v4 v4.0.0 // indirect
7878
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
7979
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -85,21 +85,21 @@ require (
8585
github.com/cockroachdb/pebble v1.1.2 // indirect
8686
github.com/cockroachdb/redact v1.1.5 // indirect
8787
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
88-
github.com/consensys/bavard v0.1.13 // indirect
89-
github.com/consensys/gnark-crypto v0.12.1 // indirect
88+
github.com/consensys/bavard v0.1.22 // indirect
89+
github.com/consensys/gnark-crypto v0.14.0 // indirect
9090
github.com/containerd/log v0.1.0 // indirect
9191
github.com/containerd/platforms v0.2.1 // indirect
9292
github.com/cpuguy83/dockercfg v0.3.2 // indirect
93-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
94-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
93+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
94+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
9595
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
9696
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
9797
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
9898
github.com/distribution/reference v0.6.0 // indirect
9999
github.com/docker/go-units v0.5.0 // indirect
100100
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
101101
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
102-
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
102+
github.com/ethereum/go-verkle v0.2.2 // indirect
103103
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
104104
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
105105
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -129,7 +129,7 @@ require (
129129
github.com/gorilla/websocket v1.5.0 // indirect
130130
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
131131
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
132-
github.com/holiman/uint256 v1.3.1 // indirect
132+
github.com/holiman/uint256 v1.3.2 // indirect
133133
github.com/inconshreveable/mousetrap v1.1.0 // indirect
134134
github.com/josharian/intern v1.0.0 // indirect
135135
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)