Skip to content

Commit 47eee48

Browse files
authored
Merge pull request #38 from onflow/auto-update-onflow-cadence-v1.0.0-preview.22
Update to Cadence v1.0.0-preview.22
2 parents c62ab25 + e986e54 commit 47eee48

File tree

2 files changed

+120
-102
lines changed

2 files changed

+120
-102
lines changed

go.mod

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ require (
77
github.com/gosuri/uilive v0.0.4
88
github.com/invopop/jsonschema v0.7.0
99
github.com/lmars/go-slip10 v0.0.0-20190606092855-400ba44fee12
10-
github.com/onflow/cadence v1.0.0-preview.19
10+
github.com/onflow/cadence v1.0.0-preview.22
1111
github.com/onflow/crypto v0.25.1
12-
github.com/onflow/flow-emulator v1.0.0-preview.18
13-
github.com/onflow/flow-go v0.34.0-crescendo-preview.10.0.20240412141002-8081bde9d8a7
14-
github.com/onflow/flow-go-sdk v1.0.0-preview.18
12+
github.com/onflow/flow-emulator v1.0.0-preview.19
13+
github.com/onflow/flow-go v0.34.0-crescendo-preview.15
14+
github.com/onflow/flow-go-sdk v1.0.0-preview.21
1515
github.com/onflow/go-ethereum v1.13.4
1616
github.com/pkg/errors v0.9.1
1717
github.com/rs/zerolog v1.29.0
1818
github.com/spf13/afero v1.10.0
19-
github.com/stretchr/testify v1.8.4
19+
github.com/stretchr/testify v1.9.0
2020
github.com/thoas/go-funk v0.9.2
2121
github.com/tyler-smith/go-bip39 v1.1.0
2222
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
2323
gonum.org/v1/gonum v0.14.0
24-
google.golang.org/grpc v1.60.1
24+
google.golang.org/grpc v1.63.2
2525
)
2626

2727
require (
28-
cloud.google.com/go/compute v1.23.3 // indirect
28+
cloud.google.com/go/compute v1.24.0 // indirect
2929
cloud.google.com/go/compute/metadata v0.2.3 // indirect
30-
cloud.google.com/go/iam v1.1.5 // indirect
31-
cloud.google.com/go/kms v1.15.5 // indirect
30+
cloud.google.com/go/iam v1.1.6 // indirect
31+
cloud.google.com/go/kms v1.15.7 // indirect
3232
github.com/DataDog/zstd v1.5.2 // indirect
3333
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
3434
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
@@ -64,6 +64,7 @@ require (
6464
github.com/ef-ds/deque v1.0.4 // indirect
6565
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
6666
github.com/ethereum/go-ethereum v1.13.10 // indirect
67+
github.com/felixge/httpsnoop v1.0.4 // indirect
6768
github.com/fsnotify/fsnotify v1.6.0 // indirect
6869
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
6970
github.com/fxamacker/circlehash v0.3.0 // indirect
@@ -76,9 +77,9 @@ require (
7677
github.com/go-stack/stack v1.8.1 // indirect
7778
github.com/gofrs/flock v0.8.1 // indirect
7879
github.com/gogo/protobuf v1.3.2 // indirect
79-
github.com/golang/glog v1.1.2 // indirect
80+
github.com/golang/glog v1.2.0 // indirect
8081
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
81-
github.com/golang/protobuf v1.5.3 // indirect
82+
github.com/golang/protobuf v1.5.4 // indirect
8283
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
8384
github.com/google/s2a-go v0.1.7 // indirect
8485
github.com/google/uuid v1.6.0 // indirect
@@ -138,14 +139,14 @@ require (
138139
github.com/multiformats/go-multistream v0.5.0 // indirect
139140
github.com/multiformats/go-varint v0.0.7 // indirect
140141
github.com/olekukonko/tablewriter v0.0.5 // indirect
141-
github.com/onflow/atree v0.6.1-0.20240308163425-dc825c20b1a2 // indirect
142-
github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.2-0.20240402184019-90048578066e // indirect
143-
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.2-0.20240402184019-90048578066e // indirect
144-
github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20240402160548-a9c331660956 // indirect
145-
github.com/onflow/flow-ft/lib/go/templates v0.7.1-0.20240402160548-a9c331660956 // indirect
146-
github.com/onflow/flow-nft/lib/go/contracts v1.1.1-0.20240402163945-74687e7a5b9d // indirect
147-
github.com/onflow/flow-nft/lib/go/templates v0.0.0-20240402163945-74687e7a5b9d // indirect
148-
github.com/onflow/flow/protobuf/go/flow v0.4.0 // indirect
142+
github.com/onflow/atree v0.6.1-0.20240416233652-f4568c0c03df // indirect
143+
github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.2-0.20240424213425-0fc367fc56cb // indirect
144+
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.2-0.20240424213425-0fc367fc56cb // indirect
145+
github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20240424211859-3ff4c0fe2a1e // indirect
146+
github.com/onflow/flow-ft/lib/go/templates v0.7.1-0.20240424211859-3ff4c0fe2a1e // indirect
147+
github.com/onflow/flow-nft/lib/go/contracts v1.1.1-0.20240424144730-4a6f42d2a372 // indirect
148+
github.com/onflow/flow-nft/lib/go/templates v0.0.0-20240424144730-4a6f42d2a372 // indirect
149+
github.com/onflow/flow/protobuf/go/flow v0.4.1-0.20240412170550-911321113030 // indirect
149150
github.com/onflow/sdks v0.5.1-0.20230912225508-b35402f12bba // indirect
150151
github.com/opentracing/opentracing-go v1.2.0 // indirect
151152
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -170,7 +171,7 @@ require (
170171
github.com/spf13/jwalterweatherman v1.1.0 // indirect
171172
github.com/spf13/pflag v1.0.5 // indirect
172173
github.com/spf13/viper v1.15.0 // indirect
173-
github.com/stretchr/objx v0.5.0 // indirect
174+
github.com/stretchr/objx v0.5.2 // indirect
174175
github.com/subosito/gotenv v1.4.2 // indirect
175176
github.com/supranational/blst v0.3.11 // indirect
176177
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
@@ -184,32 +185,34 @@ require (
184185
github.com/x448/float16 v0.8.4 // indirect
185186
github.com/zeebo/blake3 v0.2.3 // indirect
186187
go.opencensus.io v0.24.0 // indirect
187-
go.opentelemetry.io/otel v1.22.0 // indirect
188+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
189+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
190+
go.opentelemetry.io/otel v1.24.0 // indirect
188191
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
189192
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
190-
go.opentelemetry.io/otel/metric v1.22.0 // indirect
191-
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
192-
go.opentelemetry.io/otel/trace v1.22.0 // indirect
193+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
194+
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
195+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
193196
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
194197
go.uber.org/atomic v1.11.0 // indirect
195198
go.uber.org/multierr v1.11.0 // indirect
196199
go.uber.org/zap v1.26.0 // indirect
197-
golang.org/x/crypto v0.18.0 // indirect
200+
golang.org/x/crypto v0.19.0 // indirect
198201
golang.org/x/mod v0.14.0 // indirect
199-
golang.org/x/net v0.20.0 // indirect
200-
golang.org/x/oauth2 v0.16.0 // indirect
202+
golang.org/x/net v0.21.0 // indirect
203+
golang.org/x/oauth2 v0.17.0 // indirect
201204
golang.org/x/sync v0.6.0 // indirect
202-
golang.org/x/sys v0.16.0 // indirect
205+
golang.org/x/sys v0.17.0 // indirect
203206
golang.org/x/text v0.14.0 // indirect
204-
golang.org/x/time v0.3.0 // indirect
207+
golang.org/x/time v0.5.0 // indirect
205208
golang.org/x/tools v0.17.0 // indirect
206209
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
207-
google.golang.org/api v0.151.0 // indirect
210+
google.golang.org/api v0.162.0 // indirect
208211
google.golang.org/appengine v1.6.8 // indirect
209-
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
210-
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 // indirect
211-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
212-
google.golang.org/protobuf v1.32.0 // indirect
212+
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
213+
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
214+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
215+
google.golang.org/protobuf v1.33.0 // indirect
213216
gopkg.in/ini.v1 v1.67.0 // indirect
214217
gopkg.in/yaml.v3 v3.0.1 // indirect
215218
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect

0 commit comments

Comments
 (0)