@@ -8,30 +8,29 @@ require (
8
8
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
9
9
github.com/bjartek/underflow v1.9.0
10
10
github.com/enescakir/emoji v1.0.0
11
- github.com/fatih/color v1.16 .0
11
+ github.com/fatih/color v1.17 .0
12
12
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
13
13
github.com/hashicorp/go-multierror v1.1.1
14
14
github.com/hexops/autogold v1.3.1
15
- github.com/onflow/cadence v1.0.0-preview.51
15
+ github.com/onflow/cadence v1.0.0-preview.52
16
16
github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.18
17
- github.com/onflow/flow-emulator v1.0.0-preview.42
18
- github.com/onflow/flow-go v0.37.7-0.20240830182756-9ac9e1889c34
19
- github.com/onflow/flow-go-sdk v1.0.0-preview.54
20
- github.com/onflow/flowkit/v2 v2.0.0-stable-cadence-alpha.33
17
+ github.com/onflow/flow-emulator v1.0.0
18
+ github.com/onflow/flow-go v0.37.10
19
+ github.com/onflow/flow-go-sdk v1.0.0-preview.56
20
+ github.com/onflow/flowkit/v2 v2.0.0
21
21
github.com/pkg/errors v0.9.1
22
22
github.com/rs/zerolog v1.29.1
23
23
github.com/sanity-io/litter v1.5.5
24
- github.com/spf13/afero v1.10 .0
24
+ github.com/spf13/afero v1.11 .0
25
25
github.com/stretchr/testify v1.9.0
26
26
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
27
27
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
28
- google.golang.org/grpc v1.63.2
28
+ google.golang.org/grpc v1.67.0
29
29
)
30
30
31
31
require (
32
32
cloud.google.com/go v0.112.0 // indirect
33
- cloud.google.com/go/compute v1.24.0 // indirect
34
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
33
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
35
34
cloud.google.com/go/iam v1.1.6 // indirect
36
35
cloud.google.com/go/kms v1.15.7 // indirect
37
36
cloud.google.com/go/storage v1.36.0 // indirect
@@ -91,7 +90,7 @@ require (
91
90
github.com/go-redis/redis/v8 v8.11.5 // indirect
92
91
github.com/gofrs/flock v0.8.1 // indirect
93
92
github.com/gogo/protobuf v1.3.2 // indirect
94
- github.com/golang/glog v1.2.0 // indirect
93
+ github.com/golang/glog v1.2.2 // indirect
95
94
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
96
95
github.com/golang/protobuf v1.5.4 // indirect
97
96
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
@@ -226,10 +225,10 @@ require (
226
225
go.uber.org/zap v1.26.0 // indirect
227
226
golang.org/x/crypto v0.26.0 // indirect
228
227
golang.org/x/mod v0.17.0 // indirect
229
- golang.org/x/net v0.25 .0 // indirect
230
- golang.org/x/oauth2 v0.17 .0 // indirect
228
+ golang.org/x/net v0.28 .0 // indirect
229
+ golang.org/x/oauth2 v0.22 .0 // indirect
231
230
golang.org/x/sync v0.8.0 // indirect
232
- golang.org/x/sys v0.23 .0 // indirect
231
+ golang.org/x/sys v0.24 .0 // indirect
233
232
golang.org/x/text v0.17.0 // indirect
234
233
golang.org/x/time v0.5.0 // indirect
235
234
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
@@ -238,9 +237,9 @@ require (
238
237
google.golang.org/api v0.162.0 // indirect
239
238
google.golang.org/appengine v1.6.8 // indirect
240
239
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
241
- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
242
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
243
- google.golang.org/protobuf v1.33.0 // indirect
240
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
241
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
242
+ google.golang.org/protobuf v1.34.2 // indirect
244
243
gopkg.in/ini.v1 v1.67.0 // indirect
245
244
gopkg.in/yaml.v3 v3.0.1 // indirect
246
245
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments