@@ -12,20 +12,20 @@ require (
1212 github.com/getsentry/sentry-go v0.42.0
1313 github.com/gosuri/uilive v0.0.4
1414 github.com/logrusorgru/aurora/v4 v4.0.0
15- github.com/onflow/cadence v1.9.7
16- github.com/onflow/cadence-tools/languageserver v1.9.2
17- github.com/onflow/cadence-tools/lint v1.7.4
18- github.com/onflow/cadence-tools/test v1.10.2
15+ github.com/onflow/cadence v1.9.10
16+ github.com/onflow/cadence-tools/languageserver v1.9.4
17+ github.com/onflow/cadence-tools/lint v1.7.5
18+ github.com/onflow/cadence-tools/test v1.11.1
1919 github.com/onflow/fcl-dev-wallet v0.9.1
20- github.com/onflow/flixkit-go/v2 v2.7.2
21- github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2
22- github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2
23- github.com/onflow/flow-emulator v1.16.3
24- github.com/onflow/flow-evm-gateway v1.4.6 -0.20260130180524-5ba8398c993f
25- github.com/onflow/flow-go v0.45 .0-internal-rc.3 .0.20260129222115-cc0505f2afd5
26- github.com/onflow/flow-go-sdk v1.9.13
20+ github.com/onflow/flixkit-go/v2 v2.7.4
21+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.3
22+ github.com/onflow/flow-core-contracts/lib/go/templates v1.9.3
23+ github.com/onflow/flow-emulator v1.17.0
24+ github.com/onflow/flow-evm-gateway v1.4.8 -0.20260311083540-75525b282115
25+ github.com/onflow/flow-go v0.47 .0-ledger-service.1 .0.20260306194353-7770192048a9
26+ github.com/onflow/flow-go-sdk v1.9.16
2727 github.com/onflow/flow/protobuf/go/flow v0.4.19
28- github.com/onflow/flowkit/v2 v2.11.0
28+ github.com/onflow/flowkit/v2 v2.11.1
2929 github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
3030 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3131 github.com/pkg/errors v0.9.1
@@ -39,17 +39,17 @@ require (
3939 github.com/stretchr/testify v1.11.1
4040 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
4141 golang.org/x/term v0.40.0
42- google.golang.org/grpc v1.79.1
42+ google.golang.org/grpc v1.79.2
4343)
4444
4545require (
46- cloud.google.com/go v0.121.6 // indirect
47- cloud.google.com/go/auth v0.18.0 // indirect
46+ cloud.google.com/go v0.123.0 // indirect
47+ cloud.google.com/go/auth v0.18.1 // indirect
4848 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
4949 cloud.google.com/go/compute/metadata v0.9.0 // indirect
5050 cloud.google.com/go/iam v1.5.3 // indirect
51- cloud.google.com/go/kms v1.24 .0 // indirect
52- cloud.google.com/go/longrunning v0.7 .0 // indirect
51+ cloud.google.com/go/kms v1.25 .0 // indirect
52+ cloud.google.com/go/longrunning v0.8 .0 // indirect
5353 github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
5454 github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
5555 github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
@@ -134,13 +134,13 @@ require (
134134 github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
135135 github.com/google/s2a-go v0.1.9 // indirect
136136 github.com/google/uuid v1.6.0 // indirect
137- github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
138- github.com/googleapis/gax-go/v2 v2.16 .0 // indirect
137+ github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
138+ github.com/googleapis/gax-go/v2 v2.17 .0 // indirect
139139 github.com/gorilla/mux v1.8.1 // indirect
140140 github.com/gorilla/websocket v1.5.3 // indirect
141141 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
142142 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
143- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
143+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
144144 github.com/hashicorp/errwrap v1.1.0 // indirect
145145 github.com/hashicorp/go-multierror v1.1.1 // indirect
146146 github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -165,7 +165,7 @@ require (
165165 github.com/jackpal/go-nat-pmp v1.0.2 // indirect
166166 github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
167167 github.com/joho/godotenv v1.4.0 // indirect
168- github.com/jordanschalm/lockctx v0.0.0-20250412215529-226f85c10956 // indirect
168+ github.com/jordanschalm/lockctx v0.1.0 // indirect
169169 github.com/k0kubun/pp/v3 v3.5.0 // indirect
170170 github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
171171 github.com/klauspost/compress v1.18.0 // indirect
@@ -270,40 +270,40 @@ require (
270270 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
271271 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
272272 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
273- go.opentelemetry.io/otel v1.39 .0 // indirect
273+ go.opentelemetry.io/otel v1.42 .0 // indirect
274274 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
275275 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
276- go.opentelemetry.io/otel/metric v1.39 .0 // indirect
277- go.opentelemetry.io/otel/sdk v1.39 .0 // indirect
278- go.opentelemetry.io/otel/trace v1.39 .0 // indirect
279- go.opentelemetry.io/proto/otlp v1.7.0 // indirect
276+ go.opentelemetry.io/otel/metric v1.42 .0 // indirect
277+ go.opentelemetry.io/otel/sdk v1.42 .0 // indirect
278+ go.opentelemetry.io/otel/trace v1.42 .0 // indirect
279+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
280280 go.uber.org/atomic v1.11.0 // indirect
281281 go.uber.org/multierr v1.11.0 // indirect
282282 go.uber.org/ratelimit v0.3.1 // indirect
283283 go.uber.org/zap v1.27.0 // indirect
284284 go.yaml.in/yaml/v2 v2.4.2 // indirect
285285 go.yaml.in/yaml/v3 v3.0.4 // indirect
286- golang.org/x/crypto v0.46 .0 // indirect
287- golang.org/x/net v0.48 .0 // indirect
288- golang.org/x/oauth2 v0.34 .0 // indirect
286+ golang.org/x/crypto v0.47 .0 // indirect
287+ golang.org/x/net v0.49 .0 // indirect
288+ golang.org/x/oauth2 v0.35 .0 // indirect
289289 golang.org/x/sync v0.19.0 // indirect
290290 golang.org/x/sys v0.41.0 // indirect
291- golang.org/x/text v0.32 .0 // indirect
291+ golang.org/x/text v0.33 .0 // indirect
292292 golang.org/x/time v0.14.0 // indirect
293293 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
294294 gonum.org/v1/gonum v0.16.0 // indirect
295- google.golang.org/api v0.259 .0 // indirect
295+ google.golang.org/api v0.267 .0 // indirect
296296 google.golang.org/appengine v1.6.8 // indirect
297- google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
298- google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
299- google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
297+ google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
298+ google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
299+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
300300 google.golang.org/protobuf v1.36.11 // indirect
301301 gopkg.in/yaml.v2 v2.4.0 // indirect
302302 gopkg.in/yaml.v3 v3.0.1 // indirect
303303 lukechampine.com/blake3 v1.4.1 // indirect
304304 modernc.org/libc v1.67.6 // indirect
305305 modernc.org/mathutil v1.7.1 // indirect
306306 modernc.org/memory v1.11.0 // indirect
307- modernc.org/sqlite v1.44.3 // indirect
307+ modernc.org/sqlite v1.46.1 // indirect
308308 nhooyr.io/websocket v1.8.7 // indirect
309309)
0 commit comments