@@ -2,44 +2,43 @@ 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.9.4
119 github.com/onflow/crypto v0.25.3
12- github.com/onflow/flow-go-sdk v1.2.2
10+ github.com/onflow/flow-go-sdk v1.9.9
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.78 .0
1614)
1715
1816require (
19- cloud.google.com/go v0.120.0 // indirect
20- cloud.google.com/go/auth v0.16.4 // indirect
17+ cloud.google.com/go v0.121.6 // indirect
18+ cloud.google.com/go/auth v0.18.0 // indirect
2119 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
22- cloud.google.com/go/compute/metadata v0.8 .0 // indirect
23- cloud.google.com/go/iam v1.5.2 // indirect
24- cloud.google.com/go/kms v1.22.0 // indirect
25- cloud.google.com/go/longrunning v0.6.7 // indirect
20+ cloud.google.com/go/compute/metadata v0.9 .0 // indirect
21+ cloud.google.com/go/iam v1.5.3 // indirect
22+ cloud.google.com/go/kms v1.23.2 // indirect
23+ cloud.google.com/go/longrunning v0.7.0 // indirect
2624 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
27- github.com/bits-and-blooms/bitset v1.24.0 // indirect
25+ github.com/bits-and-blooms/bitset v1.24.4 // 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.7 // indirect
3331 github.com/felixge/httpsnoop v1.0.4 // indirect
3432 github.com/fsnotify/fsnotify v1.6.0 // indirect
35- github.com/fxamacker/cbor/v2 v2.8 .1-0.20250402194037-6f932b086829 // indirect
33+ github.com/fxamacker/cbor/v2 v2.9 .1-0.20251019205732-39888e6be013 // 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
41- github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
42- github.com/googleapis/gax-go/v2 v2.15 .0 // indirect
40+ github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
41+ github.com/googleapis/gax-go/v2 v2.16 .0 // indirect
4342 github.com/hashicorp/hcl v1.0.0 // indirect
4443 github.com/holiman/uint256 v1.3.2 // indirect
4544 github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
@@ -63,20 +62,18 @@ 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.12.0 // indirect
6766 github.com/onflow/fixed-point v0.1.1 // indirect
68- github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0 // indirect
69- github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
70- github.com/onflow/flow-go v0.38.0-preview.0.0.20241022154145-6a254edbec23 // indirect
71- github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
72- github.com/onflow/flow/protobuf/go/flow v0.4.11 // indirect
67+ github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f // indirect
68+ github.com/onflow/flow-go v0.33.2-0.20240412174857-015156b297b5 // indirect
69+ github.com/onflow/flow/protobuf/go/flow v0.4.19 // indirect
7370 github.com/onflow/sdks v0.6.0-preview.1 // indirect
7471 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
7572 github.com/pkg/errors v0.9.1 // indirect
7673 github.com/pmezard/go-difflib v1.0.0 // indirect
7774 github.com/psiemens/sconfig v0.1.0 // indirect
7875 github.com/rivo/uniseg v0.4.7 // indirect
79- github.com/rogpeppe/go-internal v1.13 .1 // indirect
76+ github.com/rogpeppe/go-internal v1.14 .1 // indirect
8077 github.com/spaolacci/murmur3 v1.1.0 // indirect
8178 github.com/spf13/cast v1.5.0 // indirect
8279 github.com/spf13/cobra v1.8.0 // indirect
@@ -93,28 +90,28 @@ require (
9390 github.com/vmihailenco/tagparser v0.1.1 // indirect
9491 github.com/x448/float16 v0.8.4 // indirect
9592 github.com/zeebo/blake3 v0.2.4 // indirect
96- go.opentelemetry.io/auto/sdk v1.1.0 // indirect
93+ go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9794 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
9895 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
96+ go.opentelemetry.io/otel v1.38 .0 // indirect
97+ go.opentelemetry.io/otel/metric v1.38 .0 // indirect
98+ go.opentelemetry.io/otel/trace v1.38 .0 // indirect
99+ golang.org/x/crypto v0.46 .0 // indirect
103100 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
109- golang.org/x/time v0.12 .0 // indirect
101+ golang.org/x/net v0.48 .0 // indirect
102+ golang.org/x/oauth2 v0.34 .0 // indirect
103+ golang.org/x/sync v0.19 .0 // indirect
104+ golang.org/x/sys v0.39 .0 // indirect
105+ golang.org/x/text v0.32 .0 // indirect
106+ golang.org/x/time v0.14 .0 // indirect
110107 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
111108 gonum.org/v1/gonum v0.16.0 // indirect
112- google.golang.org/api v0.247 .0 // indirect
109+ google.golang.org/api v0.259 .0 // indirect
113110 google.golang.org/appengine v1.6.8 // indirect
114- 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
111+ google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
112+ google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
113+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
114+ google.golang.org/protobuf v1.36.11 // indirect
118115 gopkg.in/ini.v1 v1.67.0 // indirect
119116 gopkg.in/yaml.v3 v3.0.1 // indirect
120117 lukechampine.com/blake3 v1.4.1 // indirect
0 commit comments