11module github.com/onflow/flow-evm-gateway
22
3- go 1.25.1
3+ go 1.26.0
44
55require (
66 github.com/cockroachdb/pebble v1.1.5
@@ -9,9 +9,9 @@ require (
99 github.com/hashicorp/go-multierror v1.1.1
1010 github.com/holiman/uint256 v1.3.2
1111 github.com/onflow/atree v0.16.1
12- github.com/onflow/cadence v1.10.5
13- github.com/onflow/flow-go v0.50.1-0.20260715144919-b7c998e1925c
14- github.com/onflow/flow-go-sdk v1.10.5
12+ github.com/onflow/cadence v1.10.6
13+ github.com/onflow/flow-go v0.51.0
14+ github.com/onflow/flow-go-sdk v1.10.9
1515 github.com/prometheus/client_golang v1.20.5
1616 github.com/rs/cors v1.8.0
1717 github.com/rs/zerolog v1.33.0
@@ -23,13 +23,13 @@ require (
2323 go.uber.org/atomic v1.11.0
2424 go.uber.org/ratelimit v0.3.1
2525 golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
26- golang.org/x/sync v0.20 .0
27- google.golang.org/grpc v1.79.3
26+ golang.org/x/sync v0.22 .0
27+ google.golang.org/grpc v1.83.0
2828)
2929
3030require (
3131 cloud.google.com/go v0.123.0 // indirect
32- cloud.google.com/go/auth v0.18.1 // indirect
32+ cloud.google.com/go/auth v0.18.2 // indirect
3333 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3434 cloud.google.com/go/compute/metadata v0.9.0 // indirect
3535 cloud.google.com/go/iam v1.5.3 // indirect
@@ -44,7 +44,6 @@ require (
4444 github.com/benbjohnson/clock v1.3.5 // indirect
4545 github.com/beorn7/perks v1.0.1 // indirect
4646 github.com/bits-and-blooms/bitset v1.24.4 // indirect
47- github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
4847 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4948 github.com/cespare/xxhash v1.1.0 // indirect
5049 github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -142,10 +141,10 @@ require (
142141 github.com/multiformats/go-multistream v0.6.0 // indirect
143142 github.com/multiformats/go-varint v0.0.7 // indirect
144143 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
145- github.com/onflow/crypto v0.25.4 // indirect
144+ github.com/onflow/crypto v0.27.2 // indirect
146145 github.com/onflow/fixed-point v0.1.1 // indirect
147- github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.3 // indirect
148- github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3 // indirect
146+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.4 // indirect
147+ github.com/onflow/flow-core-contracts/lib/go/templates v1.10.4 // indirect
149148 github.com/onflow/flow-evm-bridge v0.2.1 // indirect
150149 github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect
151150 github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect
@@ -159,10 +158,10 @@ require (
159158 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
160159 github.com/pelletier/go-toml/v2 v2.2.1 // indirect
161160 github.com/pierrec/lz4/v4 v4.1.22 // indirect
162- github.com/pion/dtls/v3 v3.1.2 // indirect
161+ github.com/pion/dtls/v3 v3.1.4 // indirect
163162 github.com/pion/logging v0.2.4 // indirect
164- github.com/pion/stun/v3 v3.1.2 // indirect
165- github.com/pion/transport/v4 v4.0.1 // indirect
163+ github.com/pion/stun/v3 v3.1.5 // indirect
164+ github.com/pion/transport/v4 v4.0.2 // indirect
166165 github.com/pkg/errors v0.9.1 // indirect
167166 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
168167 github.com/prometheus/client_model v0.6.2 // indirect
@@ -175,7 +174,7 @@ require (
175174 github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
176175 github.com/slok/go-http-metrics v0.12.0 // indirect
177176 github.com/spaolacci/murmur3 v1.1.0 // indirect
178- github.com/spf13/afero v1.10 .0 // indirect
177+ github.com/spf13/afero v1.15 .0 // indirect
179178 github.com/spf13/cast v1.5.0 // indirect
180179 github.com/spf13/jwalterweatherman v1.1.0 // indirect
181180 github.com/spf13/pflag v1.0.6 // indirect
@@ -196,28 +195,28 @@ require (
196195 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
197196 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
198197 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
199- go.opentelemetry.io/otel v1.43 .0 // indirect
198+ go.opentelemetry.io/otel v1.44 .0 // indirect
200199 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect
201200 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0 // indirect
202- go.opentelemetry.io/otel/metric v1.43 .0 // indirect
203- go.opentelemetry.io/otel/sdk v1.43 .0 // indirect
204- go.opentelemetry.io/otel/trace v1.43 .0 // indirect
201+ go.opentelemetry.io/otel/metric v1.44 .0 // indirect
202+ go.opentelemetry.io/otel/sdk v1.44 .0 // indirect
203+ go.opentelemetry.io/otel/trace v1.44 .0 // indirect
205204 go.opentelemetry.io/proto/otlp v1.9.0 // indirect
206205 go.uber.org/multierr v1.11.0 // indirect
207206 go.uber.org/zap v1.27.0 // indirect
208- golang.org/x/crypto v0.52 .0 // indirect
209- golang.org/x/net v0.55 .0 // indirect
210- golang.org/x/oauth2 v0.35 .0 // indirect
211- golang.org/x/sys v0.45 .0 // indirect
212- golang.org/x/text v0.37 .0 // indirect
207+ golang.org/x/crypto v0.54 .0 // indirect
208+ golang.org/x/net v0.56 .0 // indirect
209+ golang.org/x/oauth2 v0.36 .0 // indirect
210+ golang.org/x/sys v0.47 .0 // indirect
211+ golang.org/x/text v0.40 .0 // indirect
213212 golang.org/x/time v0.14.0 // indirect
214213 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
215- gonum.org/v1/gonum v0.16 .0 // indirect
214+ gonum.org/v1/gonum v0.17 .0 // indirect
216215 google.golang.org/api v0.267.0 // indirect
217216 google.golang.org/appengine v1.6.8 // indirect
218217 google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
219- google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
220- google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
218+ google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
219+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
221220 google.golang.org/protobuf v1.36.11 // indirect
222221 gopkg.in/ini.v1 v1.67.0 // indirect
223222 gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments