Skip to content

Commit 085706c

Browse files
authored
Merge pull request #779 from m-Peter/mpeter/bump-flow-go-sdk-version
Bump `flow-go-sdk` & `cadence` versions
2 parents 34c55af + 0c012fb commit 085706c

File tree

4 files changed

+57
-84
lines changed

4 files changed

+57
-84
lines changed

go.mod

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ require (
1414
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1515
github.com/improbable-eng/grpc-web v0.15.0
1616
github.com/logrusorgru/aurora v2.0.3+incompatible
17-
github.com/onflow/cadence v1.2.2
17+
github.com/onflow/cadence v1.3.0
1818
github.com/onflow/crypto v0.25.2
1919
github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0
20-
github.com/onflow/flow-go v0.38.0-preview.0.4.0.20250102180624-72adf9e522c4
21-
github.com/onflow/flow-go-sdk v1.2.3
20+
github.com/onflow/flow-go v0.38.0-util.0.20250122173227-92474d32c877
21+
github.com/onflow/flow-go-sdk v1.3.0
2222
github.com/onflow/flow-nft/lib/go/contracts v1.2.2
2323
github.com/onflow/flow/protobuf/go/flow v0.4.7
2424
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0
@@ -27,21 +27,16 @@ require (
2727
github.com/psiemens/sconfig v0.1.0
2828
github.com/rs/zerolog v1.29.0
2929
github.com/spf13/cobra v1.8.0
30-
github.com/stretchr/testify v1.9.0
30+
github.com/stretchr/testify v1.10.0
3131
go.uber.org/atomic v1.11.0
3232
go.uber.org/mock v0.4.0
3333
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
34-
google.golang.org/grpc v1.63.2
34+
google.golang.org/grpc v1.64.1
3535
)
3636

3737
require github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
3838

3939
require (
40-
cloud.google.com/go v0.112.0 // indirect
41-
cloud.google.com/go/compute v1.24.0 // indirect
42-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
43-
cloud.google.com/go/iam v1.1.6 // indirect
44-
cloud.google.com/go/storage v1.36.0 // indirect
4540
github.com/DataDog/zstd v1.5.2 // indirect
4641
github.com/Microsoft/go-winio v0.6.2 // indirect
4742
github.com/StackExchange/wmi v1.2.1 // indirect
@@ -77,7 +72,6 @@ require (
7772
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
7873
github.com/ethereum/go-ethereum v1.13.10 // indirect
7974
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
80-
github.com/felixge/httpsnoop v1.0.4 // indirect
8175
github.com/fsnotify/fsnotify v1.6.0 // indirect
8276
github.com/fxamacker/circlehash v0.3.0 // indirect
8377
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
@@ -91,13 +85,9 @@ require (
9185
github.com/gofrs/flock v0.8.1 // indirect
9286
github.com/gogo/protobuf v1.3.2 // indirect
9387
github.com/golang/glog v1.2.0 // indirect
94-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9588
github.com/golang/protobuf v1.5.4 // indirect
9689
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
97-
github.com/google/s2a-go v0.1.7 // indirect
9890
github.com/google/uuid v1.6.0 // indirect
99-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
100-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
10191
github.com/gorilla/websocket v1.5.0 // indirect
10292
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
10393
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
@@ -153,7 +143,7 @@ require (
153143
github.com/multiformats/go-multistream v0.5.0 // indirect
154144
github.com/multiformats/go-varint v0.0.7 // indirect
155145
github.com/olekukonko/tablewriter v0.0.5 // indirect
156-
github.com/onflow/atree v0.8.0 // indirect
146+
github.com/onflow/atree v0.8.1 // indirect
157147
github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 // indirect
158148
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
159149
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
@@ -197,10 +187,7 @@ require (
197187
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
198188
github.com/vmihailenco/tagparser v0.1.1 // indirect
199189
github.com/x448/float16 v0.8.4 // indirect
200-
github.com/zeebo/blake3 v0.2.3 // indirect
201-
go.opencensus.io v0.24.0 // indirect
202-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
203-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
190+
github.com/zeebo/blake3 v0.2.4 // indirect
204191
go.opentelemetry.io/otel v1.24.0 // indirect
205192
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
206193
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
@@ -211,21 +198,18 @@ require (
211198
go.uber.org/multierr v1.11.0 // indirect
212199
go.uber.org/zap v1.26.0 // indirect
213200
golang.org/x/crypto v0.28.0 // indirect
214-
golang.org/x/net v0.25.0 // indirect
215-
golang.org/x/oauth2 v0.17.0 // indirect
201+
golang.org/x/net v0.26.0 // indirect
216202
golang.org/x/sync v0.8.0 // indirect
217203
golang.org/x/sys v0.26.0 // indirect
218204
golang.org/x/term v0.25.0 // indirect
219205
golang.org/x/text v0.19.0 // indirect
220206
golang.org/x/time v0.5.0 // indirect
221207
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
222208
gonum.org/v1/gonum v0.14.0 // indirect
223-
google.golang.org/api v0.162.0 // indirect
224209
google.golang.org/appengine v1.6.8 // indirect
225-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
226-
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
227-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
228-
google.golang.org/protobuf v1.33.0 // indirect
210+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
211+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
212+
google.golang.org/protobuf v1.34.2 // indirect
229213
gopkg.in/ini.v1 v1.67.0 // indirect
230214
gopkg.in/yaml.v3 v3.0.1 // indirect
231215
lukechampine.com/blake3 v1.3.0 // indirect

0 commit comments

Comments
 (0)