1
1
module github.com/onflow/flow-evm-gateway
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/cockroachdb/pebble v1.1.1
7
7
github.com/goccy/go-json v0.10.2
8
8
github.com/hashicorp/go-multierror v1.1.1
9
- github.com/onflow/atree v0.8 .0
10
- github.com/onflow/cadence v1.2.2
11
- github.com/onflow/flow-go v0.38.0-preview .0.4
12
- github.com/onflow/flow-go-sdk v1.2.3
9
+ github.com/onflow/atree v0.9 .0
10
+ github.com/onflow/cadence v1.3.1
11
+ github.com/onflow/flow-go v0.38.0-util .0.20250203085701-72e6e6235fa5
12
+ github.com/onflow/flow-go-sdk v1.3.1
13
13
github.com/onflow/go-ethereum v1.14.7
14
14
github.com/prometheus/client_golang v1.18.0
15
15
github.com/rs/cors v1.8.0
@@ -18,20 +18,17 @@ require (
18
18
github.com/sethvargo/go-limiter v1.0.0
19
19
github.com/sethvargo/go-retry v0.2.3
20
20
github.com/spf13/cobra v1.8.1
21
- github.com/stretchr/testify v1.9 .0
21
+ github.com/stretchr/testify v1.10 .0
22
22
go.uber.org/ratelimit v0.3.1
23
23
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
24
24
golang.org/x/sync v0.8.0
25
- google.golang.org/grpc v1.63.2
25
+ google.golang.org/grpc v1.64.1
26
26
)
27
27
28
28
require (
29
- cloud.google.com/go v0.112.0 // indirect
30
- cloud.google.com/go/compute v1.24.0 // indirect
31
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
29
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
32
30
cloud.google.com/go/iam v1.1.6 // indirect
33
31
cloud.google.com/go/kms v1.15.7 // indirect
34
- cloud.google.com/go/storage v1.36.0 // indirect
35
32
github.com/DataDog/zstd v1.5.2 // indirect
36
33
github.com/Microsoft/go-winio v0.6.2 // indirect
37
34
github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
@@ -88,7 +85,7 @@ require (
88
85
github.com/google/s2a-go v0.1.7 // indirect
89
86
github.com/google/uuid v1.6.0 // indirect
90
87
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
91
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
88
+ github.com/googleapis/gax-go/v2 v2.12.2 // indirect
92
89
github.com/gorilla/websocket v1.5.0 // indirect
93
90
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
94
91
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -181,10 +178,10 @@ require (
181
178
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
182
179
github.com/vmihailenco/tagparser v0.1.1 // indirect
183
180
github.com/x448/float16 v0.8.4 // indirect
184
- github.com/zeebo/blake3 v0.2.3 // indirect
181
+ github.com/zeebo/blake3 v0.2.4 // indirect
185
182
go.opencensus.io v0.24.0 // indirect
186
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
187
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
183
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49 .0 // indirect
184
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
188
185
go.opentelemetry.io/otel v1.24.0 // indirect
189
186
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
190
187
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
@@ -196,19 +193,19 @@ require (
196
193
go.uber.org/multierr v1.11.0 // indirect
197
194
go.uber.org/zap v1.26.0 // indirect
198
195
golang.org/x/crypto v0.28.0 // indirect
199
- golang.org/x/net v0.25 .0 // indirect
200
- golang.org/x/oauth2 v0.17 .0 // indirect
196
+ golang.org/x/net v0.26 .0 // indirect
197
+ golang.org/x/oauth2 v0.18 .0 // indirect
201
198
golang.org/x/sys v0.26.0 // indirect
202
199
golang.org/x/text v0.19.0 // indirect
203
200
golang.org/x/time v0.5.0 // indirect
204
201
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
205
202
gonum.org/v1/gonum v0.14.0 // indirect
206
- google.golang.org/api v0.162 .0 // indirect
203
+ google.golang.org/api v0.169 .0 // indirect
207
204
google.golang.org/appengine v1.6.8 // indirect
208
205
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
209
- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
210
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
211
- google.golang.org/protobuf v1.33.0 // indirect
206
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
207
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
208
+ google.golang.org/protobuf v1.34.2 // indirect
212
209
gopkg.in/ini.v1 v1.67.0 // indirect
213
210
gopkg.in/yaml.v3 v3.0.1 // indirect
214
211
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments