@@ -16,11 +16,11 @@ require (
16
16
github.com/logrusorgru/aurora v2.0.3+incompatible
17
17
github.com/onflow/cadence v1.3.1
18
18
github.com/onflow/crypto v0.25.2
19
- github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0
20
- github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12
19
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-preview
20
+ github.com/onflow/flow-go v0.38.1-0.20250218174738-2181389f9f7d
21
21
github.com/onflow/flow-go-sdk v1.3.1
22
- github.com/onflow/flow-nft/lib/go/contracts v1.2.2
23
- github.com/onflow/flow/protobuf/go/flow v0.4.7
22
+ github.com/onflow/flow-nft/lib/go/contracts v1.2.3
23
+ github.com/onflow/flow/protobuf/go/flow v0.4.9
24
24
github.com/prometheus/client_golang v1.20.5
25
25
github.com/psiemens/graceland v1.0.0
26
26
github.com/psiemens/sconfig v0.1.0
@@ -29,8 +29,8 @@ require (
29
29
github.com/stretchr/testify v1.10.0
30
30
go.uber.org/atomic v1.11.0
31
31
go.uber.org/mock v0.5.0
32
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
33
- google.golang.org/grpc v1.64 .1
32
+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
33
+ google.golang.org/grpc v1.67 .1
34
34
)
35
35
36
36
require github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
@@ -43,7 +43,7 @@ require (
43
43
github.com/beorn7/perks v1.0.1 // indirect
44
44
github.com/bits-and-blooms/bitset v1.10.0 // indirect
45
45
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
46
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
46
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
47
47
github.com/cespare/xxhash v1.1.0 // indirect
48
48
github.com/cespare/xxhash/v2 v2.3.0 // indirect
49
49
github.com/cockroachdb/errors v1.11.3 // indirect
@@ -59,7 +59,7 @@ require (
59
59
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
60
60
github.com/davecgh/go-spew v1.1.1 // indirect
61
61
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
62
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
62
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
63
63
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
64
64
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
65
65
github.com/dgraph-io/ristretto v0.1.0 // indirect
@@ -77,19 +77,19 @@ require (
77
77
github.com/getsentry/sentry-go v0.27.0 // indirect
78
78
github.com/go-kit/kit v0.12.0 // indirect
79
79
github.com/go-kit/log v0.2.1 // indirect
80
- github.com/go-logfmt/logfmt v0.5.1 // indirect
81
- github.com/go-logr/logr v1.4.1 // indirect
80
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
81
+ github.com/go-logr/logr v1.4.2 // indirect
82
82
github.com/go-logr/stdr v1.2.2 // indirect
83
83
github.com/go-ole/go-ole v1.3.0 // indirect
84
84
github.com/gofrs/flock v0.8.1 // indirect
85
85
github.com/gogo/protobuf v1.3.2 // indirect
86
- github.com/golang/glog v1.2.0 // indirect
86
+ github.com/golang/glog v1.2.2 // indirect
87
87
github.com/golang/protobuf v1.5.4 // indirect
88
88
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
89
89
github.com/google/uuid v1.6.0 // indirect
90
- github.com/gorilla/websocket v1.5.0 // indirect
90
+ github.com/gorilla/websocket v1.5.3 // indirect
91
91
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
92
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .0 // indirect
92
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
93
93
github.com/hashicorp/errwrap v1.1.0 // indirect
94
94
github.com/hashicorp/go-multierror v1.1.1 // indirect
95
95
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -114,13 +114,13 @@ require (
114
114
github.com/jbenet/goprocess v0.1.4 // indirect
115
115
github.com/k0kubun/pp v3.0.1+incompatible // indirect
116
116
github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
117
- github.com/klauspost/compress v1.17.9 // indirect
118
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
117
+ github.com/klauspost/compress v1.17.11 // indirect
118
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
119
119
github.com/kr/pretty v0.3.1 // indirect
120
120
github.com/kr/text v0.2.0 // indirect
121
121
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
122
- github.com/libp2p/go-libp2p v0.32 .2 // indirect
123
- github.com/libp2p/go-libp2p-pubsub v0.10 .0 // indirect
122
+ github.com/libp2p/go-libp2p v0.38 .2 // indirect
123
+ github.com/libp2p/go-libp2p-pubsub v0.13 .0 // indirect
124
124
github.com/libp2p/go-msgio v0.3.0 // indirect
125
125
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
126
126
github.com/magiconair/properties v1.8.7 // indirect
@@ -134,17 +134,18 @@ require (
134
134
github.com/mr-tron/base58 v1.2.0 // indirect
135
135
github.com/multiformats/go-base32 v0.1.0 // indirect
136
136
github.com/multiformats/go-base36 v0.2.0 // indirect
137
- github.com/multiformats/go-multiaddr v0.12.2 // indirect
137
+ github.com/multiformats/go-multiaddr v0.14.0 // indirect
138
+ github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
138
139
github.com/multiformats/go-multibase v0.2.0 // indirect
139
140
github.com/multiformats/go-multicodec v0.9.0 // indirect
140
141
github.com/multiformats/go-multihash v0.2.3 // indirect
141
- github.com/multiformats/go-multistream v0.5 .0 // indirect
142
+ github.com/multiformats/go-multistream v0.6 .0 // indirect
142
143
github.com/multiformats/go-varint v0.0.7 // indirect
143
144
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
144
145
github.com/olekukonko/tablewriter v0.0.5 // indirect
145
146
github.com/onflow/atree v0.9.0 // indirect
146
147
github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect
147
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 // indirect
148
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.5.1-preview // indirect
148
149
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
149
150
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
150
151
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
@@ -153,21 +154,21 @@ require (
153
154
github.com/onflow/sdks v0.6.0-preview.1 // indirect
154
155
github.com/onflow/wal v1.0.2 // indirect
155
156
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
156
- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
157
+ github.com/pelletier/go-toml/v2 v2.2.1 // indirect
157
158
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
158
159
github.com/pkg/errors v0.9.1 // indirect
159
160
github.com/pmezard/go-difflib v1.0.0 // indirect
160
161
github.com/prometheus/client_model v0.6.1 // indirect
161
- github.com/prometheus/common v0.55 .0 // indirect
162
+ github.com/prometheus/common v0.61 .0 // indirect
162
163
github.com/prometheus/procfs v0.15.1 // indirect
163
164
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
164
165
github.com/rivo/uniseg v0.4.4 // indirect
165
- github.com/rogpeppe/go-internal v1.10.0 // indirect
166
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
166
167
github.com/rs/cors v1.8.0 // indirect
167
168
github.com/schollz/progressbar/v3 v3.13.1 // indirect
168
169
github.com/sethvargo/go-retry v0.2.3 // indirect
169
170
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
170
- github.com/slok/go-http-metrics v0.10 .0 // indirect
171
+ github.com/slok/go-http-metrics v0.12 .0 // indirect
171
172
github.com/spaolacci/murmur3 v1.1.0 // indirect
172
173
github.com/spf13/afero v1.10.0 // indirect
173
174
github.com/spf13/cast v1.5.0 // indirect
@@ -189,28 +190,28 @@ require (
189
190
github.com/vmihailenco/tagparser v0.1.1 // indirect
190
191
github.com/x448/float16 v0.8.4 // indirect
191
192
github.com/zeebo/blake3 v0.2.4 // indirect
192
- go.opentelemetry.io/otel v1.24 .0 // indirect
193
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0 // indirect
194
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0 // indirect
195
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
196
- go.opentelemetry.io/otel/sdk v1.24 .0 // indirect
197
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
198
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
193
+ go.opentelemetry.io/otel v1.31 .0 // indirect
194
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31 .0 // indirect
195
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31 .0 // indirect
196
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
197
+ go.opentelemetry.io/otel/sdk v1.31 .0 // indirect
198
+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
199
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
199
200
go.uber.org/multierr v1.11.0 // indirect
200
- go.uber.org/zap v1.26 .0 // indirect
201
- golang.org/x/crypto v0.28 .0 // indirect
202
- golang.org/x/net v0.26 .0 // indirect
203
- golang.org/x/sync v0.8 .0 // indirect
204
- golang.org/x/sys v0.26 .0 // indirect
205
- golang.org/x/term v0.25 .0 // indirect
206
- golang.org/x/text v0.19 .0 // indirect
201
+ go.uber.org/zap v1.27 .0 // indirect
202
+ golang.org/x/crypto v0.31 .0 // indirect
203
+ golang.org/x/net v0.33 .0 // indirect
204
+ golang.org/x/sync v0.10 .0 // indirect
205
+ golang.org/x/sys v0.28 .0 // indirect
206
+ golang.org/x/term v0.27 .0 // indirect
207
+ golang.org/x/text v0.21 .0 // indirect
207
208
golang.org/x/time v0.5.0 // indirect
208
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
209
- gonum.org/v1/gonum v0.14 .0 // indirect
209
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
210
+ gonum.org/v1/gonum v0.15 .0 // indirect
210
211
google.golang.org/appengine v1.6.8 // indirect
211
- google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
212
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
213
- google.golang.org/protobuf v1.34.2 // indirect
212
+ google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
213
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
214
+ google.golang.org/protobuf v1.36.0 // indirect
214
215
gopkg.in/ini.v1 v1.67.0 // indirect
215
216
gopkg.in/yaml.v3 v3.0.1 // indirect
216
217
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments