@@ -2,41 +2,40 @@ module github.com/onflow/flow-go-sdk/examples
22
33go 1.25.0
44
5- toolchain go1.25.0
6-
75replace github.com/onflow/flow-go-sdk => ../
86
97require (
10- github.com/onflow/cadence v1.7.0
8+ github.com/onflow/cadence v1.8.3
119 github.com/onflow/crypto v0.25.3
1210 github.com/onflow/flow-go-sdk v1.2.2
1311 github.com/onflow/flowkit v1.19.0
1412 github.com/spf13/afero v1.11.0
15- google.golang.org/grpc v1.75 .0
13+ google.golang.org/grpc v1.77 .0
1614)
1715
1816require (
1917 cloud.google.com/go v0.120.0 // indirect
2018 cloud.google.com/go/auth v0.16.4 // indirect
2119 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
22- cloud.google.com/go/compute/metadata v0.8 .0 // indirect
20+ cloud.google.com/go/compute/metadata v0.9 .0 // indirect
2321 cloud.google.com/go/iam v1.5.2 // indirect
24- cloud.google.com/go/kms v1.22.0 // indirect
22+ cloud.google.com/go/kms v1.23.2 // indirect
2523 cloud.google.com/go/longrunning v0.6.7 // indirect
2624 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
2725 github.com/bits-and-blooms/bitset v1.24.0 // indirect
2826 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
2927 github.com/coreos/go-semver v0.3.0 // indirect
3028 github.com/davecgh/go-spew v1.1.1 // indirect
3129 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
32- github.com/ethereum/go-ethereum v1.16.2 // indirect
30+ github.com/ethereum/go-ethereum v1.16.5 // indirect
3331 github.com/felixge/httpsnoop v1.0.4 // indirect
3432 github.com/fsnotify/fsnotify v1.6.0 // indirect
3533 github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
3634 github.com/fxamacker/circlehash v0.3.0 // indirect
3735 github.com/go-logr/logr v1.4.3 // indirect
3836 github.com/go-logr/stdr v1.2.2 // indirect
3937 github.com/golang/protobuf v1.5.4 // indirect
38+ github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
4039 github.com/google/s2a-go v0.1.9 // indirect
4140 github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
4241 github.com/googleapis/gax-go/v2 v2.15.0 // indirect
@@ -63,20 +62,20 @@ require (
6362 github.com/multiformats/go-multibase v0.2.0 // indirect
6463 github.com/multiformats/go-multihash v0.2.3 // indirect
6564 github.com/multiformats/go-varint v0.0.7 // indirect
66- github.com/onflow/atree v0.10.1 // indirect
65+ github.com/onflow/atree v0.11.0 // indirect
6766 github.com/onflow/fixed-point v0.1.1 // indirect
6867 github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0 // indirect
6968 github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
7069 github.com/onflow/flow-go v0.38.0-preview.0.0.20241022154145-6a254edbec23 // indirect
7170 github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
72- github.com/onflow/flow/protobuf/go/flow v0.4.11 // indirect
71+ github.com/onflow/flow/protobuf/go/flow v0.4.18 // indirect
7372 github.com/onflow/sdks v0.6.0-preview.1 // indirect
7473 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
7574 github.com/pkg/errors v0.9.1 // indirect
7675 github.com/pmezard/go-difflib v1.0.0 // indirect
7776 github.com/psiemens/sconfig v0.1.0 // indirect
7877 github.com/rivo/uniseg v0.4.7 // indirect
79- github.com/rogpeppe/go-internal v1.13 .1 // indirect
78+ github.com/rogpeppe/go-internal v1.14 .1 // indirect
8079 github.com/spaolacci/murmur3 v1.1.0 // indirect
8180 github.com/spf13/cast v1.5.0 // indirect
8281 github.com/spf13/cobra v1.8.0 // indirect
@@ -93,28 +92,28 @@ require (
9392 github.com/vmihailenco/tagparser v0.1.1 // indirect
9493 github.com/x448/float16 v0.8.4 // indirect
9594 github.com/zeebo/blake3 v0.2.4 // indirect
96- go.opentelemetry.io/auto/sdk v1.1.0 // indirect
95+ go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9796 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
9897 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
99- go.opentelemetry.io/otel v1.37 .0 // indirect
100- go.opentelemetry.io/otel/metric v1.37 .0 // indirect
101- go.opentelemetry.io/otel/trace v1.37 .0 // indirect
102- golang.org/x/crypto v0.41 .0 // indirect
98+ go.opentelemetry.io/otel v1.38 .0 // indirect
99+ go.opentelemetry.io/otel/metric v1.38 .0 // indirect
100+ go.opentelemetry.io/otel/trace v1.38 .0 // indirect
101+ golang.org/x/crypto v0.45 .0 // indirect
103102 golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
104- golang.org/x/net v0.43 .0 // indirect
105- golang.org/x/oauth2 v0.30 .0 // indirect
106- golang.org/x/sync v0.16 .0 // indirect
107- golang.org/x/sys v0.35 .0 // indirect
108- golang.org/x/text v0.28 .0 // indirect
103+ golang.org/x/net v0.47 .0 // indirect
104+ golang.org/x/oauth2 v0.32 .0 // indirect
105+ golang.org/x/sync v0.18 .0 // indirect
106+ golang.org/x/sys v0.38 .0 // indirect
107+ golang.org/x/text v0.31 .0 // indirect
109108 golang.org/x/time v0.12.0 // indirect
110109 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
111110 gonum.org/v1/gonum v0.16.0 // indirect
112111 google.golang.org/api v0.247.0 // indirect
113112 google.golang.org/appengine v1.6.8 // indirect
114113 google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
115- google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
116- google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
117- google.golang.org/protobuf v1.36.7 // indirect
114+ google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
115+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
116+ google.golang.org/protobuf v1.36.10 // indirect
118117 gopkg.in/ini.v1 v1.67.0 // indirect
119118 gopkg.in/yaml.v3 v3.0.1 // indirect
120119 lukechampine.com/blake3 v1.4.1 // indirect
0 commit comments