@@ -10,10 +10,10 @@ require (
1010 github.com/hashicorp/go-multierror v1.1.1
1111 github.com/holiman/uint256 v1.3.2
1212 github.com/onflow/atree v0.10.0
13- github.com/onflow/cadence v1.3.4
14- github.com/onflow/flow-go v0.40.0-rc.0.0.20250428095609-50a461f1df3f
15- github.com/onflow/flow-go-sdk v1.3.3
16- github.com/onflow/go-ethereum v1.15.9
13+ github.com/onflow/cadence v1.4.0
14+ github.com/onflow/flow-go v0.40.0-rc.0.0.20250502070059-59bc9e34cc7b
15+ github.com/onflow/flow-go-sdk v1.5.0
16+ github.com/onflow/go-ethereum v1.15.10
1717 github.com/prometheus/client_golang v1.20.5
1818 github.com/rs/cors v1.8.0
1919 github.com/rs/zerolog v1.33.0
@@ -25,12 +25,12 @@ require (
2525 go.uber.org/atomic v1.11.0
2626 go.uber.org/ratelimit v0.3.1
2727 golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
28- golang.org/x/sync v0.12 .0
29- google.golang.org/grpc v1.67.1
28+ golang.org/x/sync v0.13 .0
29+ google.golang.org/grpc v1.72.0
3030)
3131
3232require (
33- cloud.google.com/go/compute/metadata v0.5 .0 // indirect
33+ cloud.google.com/go/compute/metadata v0.6 .0 // indirect
3434 cloud.google.com/go/iam v1.1.6 // indirect
3535 cloud.google.com/go/kms v1.15.7 // indirect
3636 github.com/DataDog/zstd v1.5.2 // indirect
@@ -80,7 +80,7 @@ require (
8080 github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
8181 github.com/gofrs/flock v0.8.1 // indirect
8282 github.com/gogo/protobuf v1.3.2 // indirect
83- github.com/golang/glog v1.2.2 // indirect
83+ github.com/golang/glog v1.2.4 // indirect
8484 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8585 github.com/golang/protobuf v1.5.4 // indirect
8686 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
@@ -193,31 +193,32 @@ require (
193193 github.com/x448/float16 v0.8.4 // indirect
194194 github.com/zeebo/blake3 v0.2.4 // indirect
195195 go.opencensus.io v0.24.0 // indirect
196+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
196197 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
197198 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
198- go.opentelemetry.io/otel v1.31 .0 // indirect
199+ go.opentelemetry.io/otel v1.34 .0 // indirect
199200 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
200201 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
201- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
202- go.opentelemetry.io/otel/sdk v1.31 .0 // indirect
203- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
202+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
203+ go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
204+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
204205 go.opentelemetry.io/proto/otlp v1.3.1 // indirect
205206 go.uber.org/multierr v1.11.0 // indirect
206207 go.uber.org/zap v1.27.0 // indirect
207- golang.org/x/crypto v0.36 .0 // indirect
208- golang.org/x/net v0.36 .0 // indirect
209- golang.org/x/oauth2 v0.24 .0 // indirect
210- golang.org/x/sys v0.31 .0 // indirect
211- golang.org/x/text v0.23 .0 // indirect
208+ golang.org/x/crypto v0.37 .0 // indirect
209+ golang.org/x/net v0.39 .0 // indirect
210+ golang.org/x/oauth2 v0.26 .0 // indirect
211+ golang.org/x/sys v0.32 .0 // indirect
212+ golang.org/x/text v0.24 .0 // indirect
212213 golang.org/x/time v0.9.0 // indirect
213214 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
214215 gonum.org/v1/gonum v0.16.0 // indirect
215216 google.golang.org/api v0.169.0 // indirect
216217 google.golang.org/appengine v1.6.8 // indirect
217218 google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
218- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
219- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
220- google.golang.org/protobuf v1.36.0 // indirect
219+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
220+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
221+ google.golang.org/protobuf v1.36.6 // indirect
221222 gopkg.in/ini.v1 v1.67.0 // indirect
222223 gopkg.in/yaml.v3 v3.0.1 // indirect
223224 lukechampine.com/blake3 v1.4.0 // indirect
0 commit comments