@@ -8,21 +8,22 @@ require (
8
8
github.com/TV4/logrus-stackdriver-formatter v0.1.0
9
9
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
10
10
github.com/alecthomas/chroma v0.8.1
11
- github.com/getsentry/sentry-go v0.13.0
11
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
12
+ github.com/getsentry/sentry-go v0.18.0
12
13
github.com/go-chi/chi v4.1.2+incompatible
13
14
github.com/go-chi/httplog v0.2.5
14
15
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
15
- github.com/google/uuid v1.3.0
16
- github.com/gorilla/mux v1.8.0
16
+ github.com/google/uuid v1.3.1
17
+ github.com/gorilla/mux v1.8.1
17
18
github.com/gorilla/sessions v1.2.0
18
19
github.com/gorilla/websocket v1.5.0
19
20
github.com/icza/bitio v1.1.0
20
21
github.com/kelseyhightower/envconfig v1.4.0
21
22
github.com/mitchellh/mapstructure v1.5.0
22
- github.com/onflow/cadence v0.40.0
23
- github.com/onflow/flow-cli/flowkit v1.3.2
24
- github.com/onflow/flow-emulator v0.54.0
25
- github.com/onflow/flow-go-sdk v0.41.10
23
+ github.com/onflow/cadence v0.42.5
24
+ github.com/onflow/flow-cli/flowkit v1.7.0
25
+ github.com/onflow/flow-emulator v0.57.3
26
+ github.com/onflow/flow-go-sdk v0.41.16
26
27
github.com/pkg/errors v0.9.1
27
28
github.com/prometheus/client_golang v1.16.0
28
29
github.com/robfig/cron v1.2.0
@@ -37,66 +38,78 @@ require (
37
38
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
38
39
go.opentelemetry.io/otel/sdk v1.16.0
39
40
go.opentelemetry.io/otel/trace v1.16.0
40
- google.golang.org/grpc v1.56.1
41
+ google.golang.org/grpc v1.59.0
41
42
gorm.io/driver/postgres v1.3.10
42
43
gorm.io/driver/sqlite v1.3.6
43
44
gorm.io/gorm v1.23.9
44
45
)
45
46
46
47
require (
47
- cloud.google.com/go/compute v1.19.1 // indirect
48
+ cloud.google.com/go/compute v1.23.0 // indirect
48
49
cloud.google.com/go/compute/metadata v0.2.3 // indirect
49
- cloud.google.com/go/iam v0.13.0 // indirect
50
- cloud.google.com/go/kms v1.10.1 // indirect
50
+ cloud.google.com/go/iam v1.1.1 // indirect
51
+ cloud.google.com/go/kms v1.15.0 // indirect
52
+ github.com/DataDog/zstd v1.5.2 // indirect
51
53
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
52
54
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
53
55
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.34.2 // indirect
56
+ github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
57
+ github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
54
58
github.com/agnivade/levenshtein v1.1.1 // indirect
55
59
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
56
60
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
57
61
github.com/beorn7/perks v1.0.1 // indirect
58
- github.com/bits-and-blooms/bitset v1.5 .0 // indirect
62
+ github.com/bits-and-blooms/bitset v1.7 .0 // indirect
59
63
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
60
64
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
61
65
github.com/cespare/xxhash v1.1.0 // indirect
62
66
github.com/cespare/xxhash/v2 v2.2.0 // indirect
67
+ github.com/cockroachdb/errors v1.9.1 // indirect
68
+ github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
69
+ github.com/cockroachdb/pebble v0.0.0-20230906160148-46873a6a7a06 // indirect
70
+ github.com/cockroachdb/redact v1.1.3 // indirect
63
71
github.com/coreos/go-semver v0.3.0 // indirect
64
72
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
65
73
github.com/davecgh/go-spew v1.1.1 // indirect
66
74
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
75
+ github.com/deckarep/golang-set/v2 v2.1.0 // indirect
67
76
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
68
77
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
69
78
github.com/dgraph-io/ristretto v0.1.0 // indirect
70
79
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
71
80
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
72
- github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
81
+ github.com/dlclark/regexp2 v1.7.0 // indirect
73
82
github.com/dustin/go-humanize v1.0.1 // indirect
74
83
github.com/ef-ds/deque v1.0.4 // indirect
75
- github.com/ethereum/go-ethereum v1.10.22 // indirect
84
+ github.com/ethereum/go-ethereum v1.12.0 // indirect
76
85
github.com/fsnotify/fsnotify v1.6.0 // indirect
77
86
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
78
87
github.com/fxamacker/circlehash v0.3.0 // indirect
79
88
github.com/glebarez/go-sqlite v1.21.1 // indirect
80
89
github.com/go-chi/chi/v5 v5.0.7 // indirect
81
90
github.com/go-logr/logr v1.2.4 // indirect
82
91
github.com/go-logr/stdr v1.2.2 // indirect
92
+ github.com/go-ole/go-ole v1.2.6 // indirect
83
93
github.com/go-redis/redis/v8 v8.11.5 // indirect
84
- github.com/go-stack/stack v1.8.0 // indirect
85
- github.com/go-test/deep v1.1.0 // indirect
94
+ github.com/go-stack/stack v1.8.1 // indirect
95
+ github.com/gofrs/flock v0.8.1 // indirect
86
96
github.com/gogo/protobuf v1.3.2 // indirect
87
- github.com/golang/glog v1.1.0 // indirect
97
+ github.com/golang/glog v1.1.2 // indirect
88
98
github.com/golang/protobuf v1.5.3 // indirect
89
- github.com/golang/snappy v0.0.4 // indirect
90
- github.com/google/go-cmp v0.5.9 // indirect
99
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
100
+ github.com/google/s2a-go v0.1.4 // indirect
91
101
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
92
- github.com/googleapis/gax-go/v2 v2.7.1 // indirect
102
+ github.com/googleapis/gax-go/v2 v2.11.0 // indirect
93
103
github.com/gorilla/securecookie v1.1.1 // indirect
94
104
github.com/gosuri/uilive v0.0.4 // indirect
95
105
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
96
106
github.com/hashicorp/errwrap v1.1.0 // indirect
97
107
github.com/hashicorp/go-multierror v1.1.1 // indirect
98
108
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
109
+ github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
99
110
github.com/hashicorp/hcl v1.0.0 // indirect
111
+ github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
112
+ github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
100
113
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
101
114
github.com/inconshreveable/mousetrap v1.1.0 // indirect
102
115
github.com/invopop/jsonschema v0.7.0 // indirect
@@ -123,9 +136,12 @@ require (
123
136
github.com/jbenet/goprocess v0.1.4 // indirect
124
137
github.com/jinzhu/inflection v1.0.0 // indirect
125
138
github.com/jinzhu/now v1.1.5 // indirect
139
+ github.com/k0kubun/pp/v3 v3.2.0 // indirect
126
140
github.com/kevinburke/go-bindata v3.23.0+incompatible // indirect
127
141
github.com/klauspost/compress v1.16.5 // indirect
128
142
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
143
+ github.com/kr/pretty v0.3.1 // indirect
144
+ github.com/kr/text v0.2.0 // indirect
129
145
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
130
146
github.com/libp2p/go-libp2p v0.28.1 // indirect
131
147
github.com/lmars/go-slip10 v0.0.0-20190606092855-400ba44fee12 // indirect
@@ -134,6 +150,7 @@ require (
134
150
github.com/magiconair/properties v1.8.7 // indirect
135
151
github.com/mattn/go-colorable v0.1.13 // indirect
136
152
github.com/mattn/go-isatty v0.0.19 // indirect
153
+ github.com/mattn/go-runewidth v0.0.14 // indirect
137
154
github.com/mattn/go-sqlite3 v1.14.16 // indirect
138
155
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
139
156
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -146,14 +163,15 @@ require (
146
163
github.com/multiformats/go-multihash v0.2.3 // indirect
147
164
github.com/multiformats/go-multistream v0.4.1 // indirect
148
165
github.com/multiformats/go-varint v0.0.7 // indirect
166
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
149
167
github.com/onflow/atree v0.6.0 // indirect
150
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.2.4-0.20230703193002-53362441b57d // indirect
151
- github.com/onflow/flow-core-contracts/lib/go/templates v1.2.3 // indirect
152
- github.com/onflow/flow-ft/lib/go/contracts v0.7.0 // indirect
153
- github.com/onflow/flow-go v0.31.1 -0.20230808172820-f074502a67e3 // indirect
154
- github.com/onflow/flow-go/crypto v0.24.9 // indirect
168
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.2.4-0.20231016154253-a00dbf7c061f // indirect
169
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f // indirect
170
+ github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20230711213910-baad011d2b13 // indirect
171
+ github.com/onflow/flow-go v0.32.4 -0.20231111003039-3b479f6b0995 // indirect
172
+ github.com/onflow/flow-go/crypto v0.24.10 // indirect
155
173
github.com/onflow/flow-nft/lib/go/contracts v1.1.0 // indirect
156
- github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20230628215638-83439d22e0ce // indirect
174
+ github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20231018182244-e72527c55c63 // indirect
157
175
github.com/onflow/nft-storefront/lib/go/contracts v0.0.0-20221222181731-14b90207cead // indirect
158
176
github.com/onflow/sdks v0.5.0 // indirect
159
177
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -168,20 +186,25 @@ require (
168
186
github.com/psiemens/sconfig v0.1.0 // indirect
169
187
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
170
188
github.com/rivo/uniseg v0.4.4 // indirect
189
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
171
190
github.com/sergi/go-diff v1.1.0 // indirect
172
191
github.com/sethvargo/go-retry v0.2.3 // indirect
192
+ github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
173
193
github.com/slok/go-http-metrics v0.10.0 // indirect
174
194
github.com/spaolacci/murmur3 v1.1.0 // indirect
175
195
github.com/spf13/afero v1.9.4 // indirect
176
196
github.com/spf13/cast v1.5.0 // indirect
177
- github.com/spf13/cobra v1.7 .0 // indirect
197
+ github.com/spf13/cobra v1.8 .0 // indirect
178
198
github.com/spf13/jwalterweatherman v1.1.0 // indirect
179
199
github.com/spf13/pflag v1.0.5 // indirect
180
200
github.com/spf13/viper v1.15.0 // indirect
181
201
github.com/subosito/gotenv v1.4.2 // indirect
202
+ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
182
203
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
204
+ github.com/tklauser/go-sysconf v0.3.9 // indirect
205
+ github.com/tklauser/numcpus v0.3.0 // indirect
183
206
github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
184
- github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef // indirect
207
+ github.com/tyler-smith/go-bip39 v1.1.0 // indirect
185
208
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
186
209
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
187
210
github.com/vmihailenco/tagparser v0.1.1 // indirect
@@ -194,20 +217,23 @@ require (
194
217
go.uber.org/atomic v1.11.0 // indirect
195
218
go.uber.org/multierr v1.11.0 // indirect
196
219
go.uber.org/zap v1.24.0 // indirect
197
- golang.org/x/crypto v0.10 .0 // indirect
220
+ golang.org/x/crypto v0.12 .0 // indirect
198
221
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
199
- golang.org/x/net v0.10 .0 // indirect
200
- golang.org/x/oauth2 v0.7 .0 // indirect
201
- golang.org/x/sync v0.2 .0 // indirect
202
- golang.org/x/sys v0.9 .0 // indirect
203
- golang.org/x/text v0.10 .0 // indirect
222
+ golang.org/x/net v0.14 .0 // indirect
223
+ golang.org/x/oauth2 v0.11 .0 // indirect
224
+ golang.org/x/sync v0.3 .0 // indirect
225
+ golang.org/x/sys v0.11 .0 // indirect
226
+ golang.org/x/text v0.12 .0 // indirect
204
227
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
205
228
gonum.org/v1/gonum v0.13.0 // indirect
206
- google.golang.org/api v0.114 .0 // indirect
229
+ google.golang.org/api v0.126 .0 // indirect
207
230
google.golang.org/appengine v1.6.7 // indirect
208
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
209
- google.golang.org/protobuf v1.30.0 // indirect
231
+ google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
232
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
233
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
234
+ google.golang.org/protobuf v1.31.0 // indirect
210
235
gopkg.in/ini.v1 v1.67.0 // indirect
236
+ gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
211
237
gopkg.in/yaml.v3 v3.0.1 // indirect
212
238
lukechampine.com/blake3 v1.2.1 // indirect
213
239
modernc.org/libc v1.24.1 // indirect
0 commit comments