11module github.com/onflow/flow-evm-gateway/integration
22
3- go 1.25.0
3+ go 1.25.1
44
55require (
66 github.com/ethereum/go-ethereum v1.16.8
77 github.com/goccy/go-json v0.10.4
8- github.com/onflow/cadence v1.9.4
9- github.com/onflow/crypto v0.25.3
10- github.com/onflow/flow-emulator v1.15 .3
8+ github.com/onflow/cadence v1.9.7
9+ github.com/onflow/crypto v0.25.4
10+ github.com/onflow/flow-emulator v1.16 .3
1111 github.com/onflow/flow-evm-gateway v0.0.0-20240201154855-4d4d3d3f19c7
12- github.com/onflow/flow-go v0.45.0-experimental-cadence-v1.8.7.0.20260109014156-2abea7b5732a
13- github.com/onflow/flow-go-sdk v1.9.10
12+ github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5
13+ github.com/onflow/flow-go-sdk v1.9.13
1414 github.com/rs/zerolog v1.34.0
1515 github.com/stretchr/testify v1.11.1
1616 golang.org/x/sync v0.19.0
@@ -22,7 +22,7 @@ require (
2222 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2323 cloud.google.com/go/compute/metadata v0.9.0 // indirect
2424 cloud.google.com/go/iam v1.5.3 // indirect
25- cloud.google.com/go/kms v1.23.2 // indirect
25+ cloud.google.com/go/kms v1.24.0 // indirect
2626 cloud.google.com/go/longrunning v0.7.0 // indirect
2727 github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
2828 github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -154,9 +154,9 @@ require (
154154 github.com/multiformats/go-multistream v0.6.0 // indirect
155155 github.com/multiformats/go-varint v0.0.7 // indirect
156156 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
157- github.com/ncruces/go-strftime v0.1.9 // indirect
157+ github.com/ncruces/go-strftime v1.0.0 // indirect
158158 github.com/olekukonko/tablewriter v0.0.5 // indirect
159- github.com/onflow/atree v0.12.0 // indirect
159+ github.com/onflow/atree v0.12.1 // indirect
160160 github.com/onflow/fixed-point v0.1.1 // indirect
161161 github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2 // indirect
162162 github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2 // indirect
@@ -234,7 +234,7 @@ require (
234234 go.uber.org/zap v1.27.0 // indirect
235235 go.yaml.in/yaml/v2 v2.4.2 // indirect
236236 golang.org/x/crypto v0.46.0 // indirect
237- golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
237+ golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
238238 golang.org/x/net v0.48.0 // indirect
239239 golang.org/x/oauth2 v0.34.0 // indirect
240240 golang.org/x/sys v0.39.0 // indirect
@@ -255,10 +255,10 @@ require (
255255 gopkg.in/yaml.v3 v3.0.1 // indirect
256256 gotest.tools v2.2.0+incompatible // indirect
257257 lukechampine.com/blake3 v1.4.1 // indirect
258- modernc.org/libc v1.66.10 // indirect
258+ modernc.org/libc v1.67.6 // indirect
259259 modernc.org/mathutil v1.7.1 // indirect
260260 modernc.org/memory v1.11.0 // indirect
261- modernc.org/sqlite v1.41.0 // indirect
261+ modernc.org/sqlite v1.44.3 // indirect
262262 nhooyr.io/websocket v1.8.7 // indirect
263263)
264264
0 commit comments