Skip to content

Commit cd207c6

Browse files
authored
Merge pull request #646 from onflow/auto-update-onflow-cadence-v1.10.6
[test] Update to Cadence v1.10.6
2 parents da7746e + 9c41ce3 commit cd207c6

3 files changed

Lines changed: 171 additions & 522 deletions

File tree

test/go.mod

Lines changed: 38 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/onflow/cadence-tools/test
22

3-
go 1.25.1
3+
go 1.26.0
44

55
require (
66
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
7-
github.com/onflow/atree v0.16.0
8-
github.com/onflow/cadence v1.10.3
9-
github.com/onflow/crypto v0.25.4
10-
github.com/onflow/flow-emulator v1.21.1
11-
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260602223212-19c6bdbbe069
12-
github.com/onflow/flow-go-sdk v1.10.3
7+
github.com/onflow/atree v0.16.1
8+
github.com/onflow/cadence v1.10.6
9+
github.com/onflow/crypto v0.27.2
10+
github.com/onflow/flow-emulator v1.22.0
11+
github.com/onflow/flow-go v0.51.1-0.20260818190615-51d198a4e379
12+
github.com/onflow/flow-go-sdk v1.10.9
1313
github.com/onflow/flow/protobuf/go/flow v0.4.20
1414
github.com/rs/zerolog v1.34.0
1515
github.com/stretchr/testify v1.11.1
16-
google.golang.org/grpc v1.79.3
16+
google.golang.org/grpc v1.83.0
1717
)
1818

1919
require (
@@ -25,8 +25,7 @@ require (
2525
github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
2626
github.com/beorn7/perks v1.0.1 // indirect
2727
github.com/bits-and-blooms/bitset v1.24.4 // indirect
28-
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
29-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
28+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3029
github.com/cespare/xxhash v1.1.0 // indirect
3130
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3231
github.com/cockroachdb/crlib v0.0.0-20241015224233-894974b3ad94 // indirect
@@ -35,12 +34,11 @@ require (
3534
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
3635
github.com/cockroachdb/pebble/v2 v2.0.6 // indirect
3736
github.com/cockroachdb/redact v1.1.5 // indirect
38-
github.com/cockroachdb/swiss v0.0.0-20250624142022-d6e517c1d961 // indirect
37+
github.com/cockroachdb/swiss v0.0.0-20251224182025-b0f6560f979b // indirect
3938
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
4039
github.com/consensys/gnark-crypto v0.18.1 // indirect
4140
github.com/coreos/go-semver v0.3.0 // indirect
42-
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
43-
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
41+
github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect
4442
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4543
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
4644
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
@@ -52,11 +50,11 @@ require (
5250
github.com/dustin/go-humanize v1.0.1 // indirect
5351
github.com/ef-ds/deque v1.0.4 // indirect
5452
github.com/emicklei/dot v1.6.2 // indirect
55-
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
53+
github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
5654
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
57-
github.com/ethereum/go-ethereum v1.16.8 // indirect
58-
github.com/ethereum/go-verkle v0.2.2 // indirect
55+
github.com/ethereum/go-ethereum v1.17.4 // indirect
5956
github.com/ferranbt/fastssz v0.1.4 // indirect
57+
github.com/fjl/jsonw v0.1.0 // indirect
6058
github.com/fsnotify/fsnotify v1.6.0 // indirect
6159
github.com/fxamacker/cbor/v2 v2.9.2-0.20260331174317-a78e92ec038e // indirect
6260
github.com/fxamacker/circlehash v0.3.0 // indirect
@@ -76,7 +74,7 @@ require (
7674
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
7775
github.com/google/uuid v1.6.0 // indirect
7876
github.com/gorilla/websocket v1.5.3 // indirect
79-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
77+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
8078
github.com/hashicorp/errwrap v1.1.0 // indirect
8179
github.com/hashicorp/go-multierror v1.1.1 // indirect
8280
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -113,7 +111,6 @@ require (
113111
github.com/magiconair/properties v1.8.7 // indirect
114112
github.com/mattn/go-colorable v0.1.14 // indirect
115113
github.com/mattn/go-isatty v0.0.20 // indirect
116-
github.com/mattn/go-runewidth v0.0.16 // indirect
117114
github.com/minio/sha256-simd v1.0.1 // indirect
118115
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
119116
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -129,10 +126,9 @@ require (
129126
github.com/multiformats/go-varint v0.0.7 // indirect
130127
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
131128
github.com/ncruces/go-strftime v1.0.0 // indirect
132-
github.com/olekukonko/tablewriter v0.0.5 // indirect
133129
github.com/onflow/fixed-point v0.1.1 // indirect
134-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.3 // indirect
135-
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3 // indirect
130+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.4 // indirect
131+
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.4 // indirect
136132
github.com/onflow/flow-evm-bridge v0.2.1 // indirect
137133
github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect
138134
github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect
@@ -145,11 +141,10 @@ require (
145141
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
146142
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
147143
github.com/pierrec/lz4/v4 v4.1.22 // indirect
148-
github.com/pion/dtls/v2 v2.2.12 // indirect
149-
github.com/pion/logging v0.2.2 // indirect
150-
github.com/pion/stun/v2 v2.0.0 // indirect
151-
github.com/pion/transport/v2 v2.2.10 // indirect
152-
github.com/pion/transport/v3 v3.0.7 // indirect
144+
github.com/pion/dtls/v3 v3.1.4 // indirect
145+
github.com/pion/logging v0.2.4 // indirect
146+
github.com/pion/stun/v3 v3.1.5 // indirect
147+
github.com/pion/transport/v4 v4.0.2 // indirect
153148
github.com/pkg/errors v0.9.1 // indirect
154149
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
155150
github.com/prometheus/client_golang v1.23.2 // indirect
@@ -166,15 +161,15 @@ require (
166161
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
167162
github.com/slok/go-http-metrics v0.12.0 // indirect
168163
github.com/spaolacci/murmur3 v1.1.0 // indirect
169-
github.com/spf13/afero v1.10.0 // indirect
164+
github.com/spf13/afero v1.15.0 // indirect
170165
github.com/spf13/cast v1.5.0 // indirect
171166
github.com/spf13/cobra v1.10.2 // indirect
172167
github.com/spf13/jwalterweatherman v1.1.0 // indirect
173168
github.com/spf13/pflag v1.0.9 // indirect
174169
github.com/spf13/viper v1.15.0 // indirect
175170
github.com/stretchr/objx v0.5.2 // indirect
176171
github.com/subosito/gotenv v1.4.2 // indirect
177-
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
172+
github.com/supranational/blst v0.3.16 // indirect
178173
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
179174
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
180175
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -186,30 +181,30 @@ require (
186181
github.com/x448/float16 v0.8.4 // indirect
187182
github.com/zeebo/blake3 v0.2.4 // indirect
188183
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
189-
go.opentelemetry.io/otel v1.42.0 // indirect
190-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 // indirect
191-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
192-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
193-
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
194-
go.opentelemetry.io/otel/trace v1.42.0 // indirect
184+
go.opentelemetry.io/otel v1.44.0 // indirect
185+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect
186+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0 // indirect
187+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
188+
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
189+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
195190
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
196191
go.uber.org/atomic v1.11.0 // indirect
197192
go.uber.org/multierr v1.11.0 // indirect
198193
go.uber.org/zap v1.27.0 // indirect
199194
go.yaml.in/yaml/v2 v2.4.2 // indirect
200-
golang.org/x/crypto v0.47.0 // indirect
195+
golang.org/x/crypto v0.54.0 // indirect
201196
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
202-
golang.org/x/net v0.49.0 // indirect
203-
golang.org/x/sync v0.19.0 // indirect
204-
golang.org/x/sys v0.41.0 // indirect
205-
golang.org/x/term v0.39.0 // indirect
206-
golang.org/x/text v0.33.0 // indirect
197+
golang.org/x/net v0.56.0 // indirect
198+
golang.org/x/sync v0.22.0 // indirect
199+
golang.org/x/sys v0.47.0 // indirect
200+
golang.org/x/term v0.45.0 // indirect
201+
golang.org/x/text v0.40.0 // indirect
207202
golang.org/x/time v0.14.0 // indirect
208203
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
209-
gonum.org/v1/gonum v0.16.0 // indirect
204+
gonum.org/v1/gonum v0.17.0 // indirect
210205
google.golang.org/appengine v1.6.8 // indirect
211-
google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20 // indirect
212-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
206+
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
207+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
213208
google.golang.org/protobuf v1.36.11 // indirect
214209
gopkg.in/ini.v1 v1.67.0 // indirect
215210
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)