@@ -3,14 +3,14 @@ module github.com/onflow/flow-evm-gateway/integration
33go 1.25.0
44
55require (
6- github.com/ethereum/go-ethereum v1.16.5
6+ github.com/ethereum/go-ethereum v1.16.7
77 github.com/goccy/go-json v0.10.4
8- github.com/onflow/cadence v1.8.2
8+ github.com/onflow/cadence v1.8.3
99 github.com/onflow/crypto v0.25.3
10- github.com/onflow/flow-emulator v1.10.2 -0.20251029094759-d00b2fcee55a
10+ github.com/onflow/flow-emulator v1.10.5 -0.20251105122855-93b21fd89630
1111 github.com/onflow/flow-evm-gateway v0.0.0-20240201154855-4d4d3d3f19c7
12- github.com/onflow/flow-go v0.43.3-0.20251028102210-e7602f786c3c
13- github.com/onflow/flow-go-sdk v1.9.1
12+ github.com/onflow/flow-go v0.44.0-experimental-cadence-v1.8.3.0.20251105104202-ffe43bb485d9
13+ github.com/onflow/flow-go-sdk v1.9.2
1414 github.com/rs/zerolog v1.34.0
1515 github.com/stretchr/testify v1.11.1
1616 golang.org/x/sync v0.16.0
@@ -26,6 +26,7 @@ require (
2626 cloud.google.com/go/longrunning v0.6.7 // indirect
2727 github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
2828 github.com/Microsoft/go-winio v0.6.2 // indirect
29+ github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
2930 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
3031 github.com/StackExchange/wmi v1.2.1 // indirect
3132 github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
@@ -66,7 +67,7 @@ require (
6667 github.com/dustin/go-humanize v1.0.1 // indirect
6768 github.com/ef-ds/deque v1.0.4 // indirect
6869 github.com/emicklei/dot v1.6.2 // indirect
69- github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
70+ github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
7071 github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
7172 github.com/ethereum/go-verkle v0.2.2 // indirect
7273 github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -75,7 +76,6 @@ require (
7576 github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
7677 github.com/fxamacker/circlehash v0.3.0 // indirect
7778 github.com/getsentry/sentry-go v0.27.0 // indirect
78- github.com/glebarez/go-sqlite v1.22.0 // indirect
7979 github.com/go-kit/kit v0.12.0 // indirect
8080 github.com/go-kit/log v0.2.1 // indirect
8181 github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -125,6 +125,7 @@ require (
125125 github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
126126 github.com/jordanschalm/lockctx v0.0.0-20250412215529-226f85c10956 // indirect
127127 github.com/k0kubun/pp/v3 v3.5.0 // indirect
128+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
128129 github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
129130 github.com/klauspost/compress v1.18.0 // indirect
130131 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
@@ -164,7 +165,7 @@ require (
164165 github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
165166 github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
166167 github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
167- github.com/onflow/flow/protobuf/go/flow v0.4.16 // indirect
168+ github.com/onflow/flow/protobuf/go/flow v0.4.18 // indirect
168169 github.com/onflow/go-ethereum v1.13.4 // indirect
169170 github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
170171 github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -234,12 +235,14 @@ require (
234235 go.yaml.in/yaml/v2 v2.4.2 // indirect
235236 golang.org/x/crypto v0.41.0 // indirect
236237 golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
238+ golang.org/x/mod v0.27.0 // indirect
237239 golang.org/x/net v0.43.0 // indirect
238240 golang.org/x/oauth2 v0.30.0 // indirect
239241 golang.org/x/sys v0.36.0 // indirect
240242 golang.org/x/term v0.34.0 // indirect
241243 golang.org/x/text v0.28.0 // indirect
242244 golang.org/x/time v0.12.0 // indirect
245+ golang.org/x/tools v0.36.0 // indirect
243246 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
244247 gonum.org/v1/gonum v0.16.0 // indirect
245248 google.golang.org/api v0.247.0 // indirect
@@ -254,10 +257,16 @@ require (
254257 gopkg.in/yaml.v3 v3.0.1 // indirect
255258 gotest.tools v2.2.0+incompatible // indirect
256259 lukechampine.com/blake3 v1.4.1 // indirect
260+ lukechampine.com/uint128 v1.3.0 // indirect
261+ modernc.org/cc/v3 v3.41.0 // indirect
262+ modernc.org/ccgo/v3 v3.16.15 // indirect
257263 modernc.org/libc v1.37.6 // indirect
258264 modernc.org/mathutil v1.6.0 // indirect
259265 modernc.org/memory v1.7.2 // indirect
266+ modernc.org/opt v0.1.3 // indirect
260267 modernc.org/sqlite v1.28.0 // indirect
268+ modernc.org/strutil v1.2.0 // indirect
269+ modernc.org/token v1.1.0 // indirect
261270 nhooyr.io/websocket v1.8.7 // indirect
262271)
263272
0 commit comments