11module github.com/onflow/flow-go-sdk/examples
22
33go 1.23
4-
5- toolchain go1.23.4
4+ toolchain go1.24.1
65
76replace github.com/onflow/flow-go-sdk => ../
87
98require (
10- github.com/onflow/cadence v1.3.3
11- github.com/onflow/flow-go-sdk v1.2.2
9+ github.com/onflow/cadence v1.3.4
10+ github.com/onflow/crypto v0.25.3
11+ github.com/onflow/flow-go-sdk v1.4.1
1212 github.com/onflow/flowkit v1.19.0
1313 github.com/spf13/afero v1.11.0
14- google.golang.org/grpc v1.64.1
14+ google.golang.org/grpc v1.71.0
1515)
1616
1717require (
18- cloud.google.com/go/compute/metadata v0.5 .0 // indirect
18+ cloud.google.com/go/compute/metadata v0.6 .0 // indirect
1919 cloud.google.com/go/iam v1.1.6 // indirect
2020 cloud.google.com/go/kms v1.15.7 // indirect
2121 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
@@ -27,17 +27,17 @@ require (
2727 github.com/ethereum/go-ethereum v1.13.10 // indirect
2828 github.com/felixge/httpsnoop v1.0.4 // indirect
2929 github.com/fsnotify/fsnotify v1.6.0 // indirect
30- github.com/fxamacker/cbor/v2 v2.4 .1-0.20230228173756-c0c9f774e40c // indirect
30+ github.com/fxamacker/cbor/v2 v2.8 .1-0.20250402194037-6f932b086829 // indirect
3131 github.com/fxamacker/circlehash v0.3.0 // indirect
32- github.com/go-logr/logr v1.4.1 // indirect
32+ github.com/go-logr/logr v1.4.2 // indirect
3333 github.com/go-logr/stdr v1.2.2 // indirect
3434 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3535 github.com/golang/protobuf v1.5.4 // indirect
3636 github.com/google/s2a-go v0.1.7 // indirect
3737 github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
3838 github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3939 github.com/hashicorp/hcl v1.0.0 // indirect
40- github.com/holiman/uint256 v1.3.0 // indirect
40+ github.com/holiman/uint256 v1.3.1 // indirect
4141 github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
4242 github.com/inconshreveable/mousetrap v1.1.0 // indirect
4343 github.com/invopop/jsonschema v0.7.0 // indirect
@@ -59,22 +59,18 @@ require (
5959 github.com/multiformats/go-multibase v0.2.0 // indirect
6060 github.com/multiformats/go-multihash v0.2.3 // indirect
6161 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
62+ github.com/onflow/atree v0.10.0 // indirect
63+ github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f // indirect
64+ github.com/onflow/flow-go v0.33.2-0.20240412174857-015156b297b5 // indirect
6865 github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect
69- github.com/onflow/go-ethereum v1.14.7 // indirect
66+ github.com/onflow/go-ethereum v1.14.8 // indirect
7067 github.com/onflow/sdks v0.6.0-preview.1 // indirect
7168 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
7269 github.com/pkg/errors v0.9.1 // indirect
7370 github.com/pmezard/go-difflib v1.0.0 // indirect
7471 github.com/psiemens/sconfig v0.1.0 // indirect
7572 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
73+ github.com/rogpeppe/go-internal v1.13.1 // indirect
7874 github.com/spaolacci/murmur3 v1.1.0 // indirect
7975 github.com/spf13/cast v1.5.0 // indirect
8076 github.com/spf13/cobra v1.8.0 // indirect
@@ -92,29 +88,30 @@ require (
9288 github.com/x448/float16 v0.8.4 // indirect
9389 github.com/zeebo/blake3 v0.2.4 // indirect
9490 go.opencensus.io v0.24.0 // indirect
91+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9592 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
9693 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
94+ go.opentelemetry.io/otel v1.34 .0 // indirect
95+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
96+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
10097 go.uber.org/goleak v1.3.0 // indirect
101- golang.org/x/crypto v0.28 .0 // indirect
98+ golang.org/x/crypto v0.36 .0 // indirect
10299 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
100+ golang.org/x/net v0.34 .0 // indirect
101+ golang.org/x/oauth2 v0.25 .0 // indirect
102+ golang.org/x/sync v0.12 .0 // indirect
103+ golang.org/x/sys v0.31 .0 // indirect
104+ golang.org/x/text v0.23 .0 // indirect
108105 golang.org/x/time v0.5.0 // indirect
109106 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
110- gonum.org/v1/gonum v0.14 .0 // indirect
107+ gonum.org/v1/gonum v0.16 .0 // indirect
111108 google.golang.org/api v0.162.0 // indirect
112109 google.golang.org/appengine v1.6.8 // indirect
113110 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/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
112+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
113+ google.golang.org/protobuf v1.36.6 // indirect
117114 gopkg.in/ini.v1 v1.67.0 // indirect
118115 gopkg.in/yaml.v3 v3.0.1 // indirect
119- lukechampine.com/blake3 v1.3 .0 // indirect
116+ lukechampine.com/blake3 v1.4 .0 // indirect
120117)
0 commit comments