11module github.com/onflow/flow-go-sdk/examples
22
3- go 1.23
4-
5- toolchain go1.23.4
3+ go 1.23.7
64
75replace github.com/onflow/flow-go-sdk => ../
86
97require (
10- github.com/onflow/cadence v1.3.3
11- github.com/onflow/flow-go-sdk v1.2.2
8+ github.com/onflow/cadence v1.6.3
9+ github.com/onflow/crypto v0.25.3
10+ github.com/onflow/flow-go-sdk v1.6.2
1211 github.com/onflow/flowkit v1.19.0
1312 github.com/spf13/afero v1.11.0
14- google.golang.org/grpc v1.64.1
13+ google.golang.org/grpc v1.73.0
1514)
1615
1716require (
18- cloud.google.com/go/compute/metadata v0.5.0 // indirect
19- cloud.google.com/go/iam v1.1.6 // indirect
20- cloud.google.com/go/kms v1.15.7 // indirect
17+ cloud.google.com/go v0.120.0 // indirect
18+ cloud.google.com/go/auth v0.16.2 // indirect
19+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
20+ cloud.google.com/go/compute/metadata v0.7.0 // indirect
21+ cloud.google.com/go/iam v1.5.2 // indirect
22+ cloud.google.com/go/kms v1.22.0 // indirect
23+ cloud.google.com/go/longrunning v0.6.7 // indirect
2124 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
2225 github.com/bits-and-blooms/bitset v1.10.0 // indirect
2326 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
@@ -27,17 +30,16 @@ require (
2730 github.com/ethereum/go-ethereum v1.13.10 // indirect
2831 github.com/felixge/httpsnoop v1.0.4 // indirect
2932 github.com/fsnotify/fsnotify v1.6.0 // indirect
30- github.com/fxamacker/cbor/v2 v2.4 .1-0.20230228173756-c0c9f774e40c // indirect
33+ github.com/fxamacker/cbor/v2 v2.8 .1-0.20250402194037-6f932b086829 // indirect
3134 github.com/fxamacker/circlehash v0.3.0 // indirect
32- github.com/go-logr/logr v1.4.1 // indirect
35+ github.com/go-logr/logr v1.4.2 // indirect
3336 github.com/go-logr/stdr v1.2.2 // indirect
34- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3537 github.com/golang/protobuf v1.5.4 // indirect
36- github.com/google/s2a-go v0.1.7 // indirect
37- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
38- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
38+ github.com/google/s2a-go v0.1.9 // indirect
39+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
40+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
3941 github.com/hashicorp/hcl v1.0.0 // indirect
40- github.com/holiman/uint256 v1.3.0 // indirect
42+ github.com/holiman/uint256 v1.3.1 // indirect
4143 github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
4244 github.com/inconshreveable/mousetrap v1.1.0 // indirect
4345 github.com/invopop/jsonschema v0.7.0 // indirect
@@ -59,22 +61,18 @@ require (
5961 github.com/multiformats/go-multibase v0.2.0 // indirect
6062 github.com/multiformats/go-multihash v0.2.3 // indirect
6163 github.com/multiformats/go-varint v0.0.7 // indirect
62- github.com/onflow/atree v0.9.0 // indirect
63- github.com/onflow/crypto v0.25.2 // indirect
64- github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0 // indirect
65- github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
66- github.com/onflow/flow-go v0.38.0-preview.0.0.20241022154145-6a254edbec23 // indirect
67- github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
68- github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect
69- github.com/onflow/go-ethereum v1.14.7 // indirect
64+ github.com/onflow/atree v0.10.0 // indirect
65+ github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f // indirect
66+ github.com/onflow/flow-go v0.33.2-0.20240412174857-015156b297b5 // indirect
67+ github.com/onflow/flow/protobuf/go/flow v0.4.11 // indirect
68+ github.com/onflow/go-ethereum v1.14.8 // indirect
7069 github.com/onflow/sdks v0.6.0-preview.1 // indirect
7170 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
7271 github.com/pkg/errors v0.9.1 // indirect
7372 github.com/pmezard/go-difflib v1.0.0 // indirect
7473 github.com/psiemens/sconfig v0.1.0 // indirect
7574 github.com/rivo/uniseg v0.4.4 // indirect
76- github.com/rogpeppe/go-internal v1.10.0 // indirect
77- github.com/sirupsen/logrus v1.9.3 // indirect
75+ github.com/rogpeppe/go-internal v1.13.1 // indirect
7876 github.com/spaolacci/murmur3 v1.1.0 // indirect
7977 github.com/spf13/cast v1.5.0 // indirect
8078 github.com/spf13/cobra v1.8.0 // indirect
@@ -91,30 +89,30 @@ require (
9189 github.com/vmihailenco/tagparser v0.1.1 // indirect
9290 github.com/x448/float16 v0.8.4 // indirect
9391 github.com/zeebo/blake3 v0.2.4 // indirect
94- go.opencensus .io v0.24 .0 // indirect
95- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
96- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
97- go.opentelemetry.io/otel v1.24 .0 // indirect
98- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
99- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
92+ go.opentelemetry .io/auto/sdk v1.1 .0 // indirect
93+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61 .0 // indirect
94+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
95+ go.opentelemetry.io/otel v1.36 .0 // indirect
96+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
97+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
10098 go.uber.org/goleak v1.3.0 // indirect
101- golang.org/x/crypto v0.28 .0 // indirect
99+ golang.org/x/crypto v0.39 .0 // indirect
102100 golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
103- golang.org/x/net v0.26 .0 // indirect
104- golang.org/x/oauth2 v0.18 .0 // indirect
105- golang.org/x/sync v0.8 .0 // indirect
106- golang.org/x/sys v0.26 .0 // indirect
107- golang.org/x/text v0.19 .0 // indirect
108- golang.org/x/time v0.5 .0 // indirect
101+ golang.org/x/net v0.41 .0 // indirect
102+ golang.org/x/oauth2 v0.30 .0 // indirect
103+ golang.org/x/sync v0.15 .0 // indirect
104+ golang.org/x/sys v0.33 .0 // indirect
105+ golang.org/x/text v0.26 .0 // indirect
106+ golang.org/x/time v0.12 .0 // indirect
109107 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
110- gonum.org/v1/gonum v0.14 .0 // indirect
111- google.golang.org/api v0.162 .0 // indirect
108+ gonum.org/v1/gonum v0.16 .0 // indirect
109+ google.golang.org/api v0.240 .0 // indirect
112110 google.golang.org/appengine v1.6.8 // indirect
113- google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
114- google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
115- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
116- google.golang.org/protobuf v1.34.2 // indirect
111+ google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
112+ google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
113+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
114+ google.golang.org/protobuf v1.36.6 // indirect
117115 gopkg.in/ini.v1 v1.67.0 // indirect
118116 gopkg.in/yaml.v3 v3.0.1 // indirect
119- lukechampine.com/blake3 v1.3 .0 // indirect
117+ lukechampine.com/blake3 v1.4 .0 // indirect
120118)
0 commit comments