@@ -3,48 +3,38 @@ module github.com/onflow/flow-ft/lib/go/test
3
3
go 1.18
4
4
5
5
require (
6
- github.com/onflow/cadence v1.0.0-preview.2.0.20240120000236-f3397a0efdad
7
- github.com/onflow/flow-emulator v0.59.1-0.20240122200325-58ef35ed4aed
8
- github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20231212194336-a2802ba36596
9
- github.com/onflow/flow-ft/lib/go/templates v0.0.0-00010101000000-000000000000
10
- github.com/onflow/flow-go-sdk v0.44.1-0.20240124213231-78d9f08eeae1
11
- github.com/onflow/flow-nft/lib/go/contracts v1.1.1-0.20240120002146-9f1763b66d80
6
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
7
+ github.com/onflow/cadence v1.0.0 -M4
8
+ github.com/onflow/flow-emulator v1.0.0 -M1
9
+ github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20240125205519-2e80d9b4bd01
10
+ github.com/onflow/flow-ft/lib/go/templates v0.7.1-0.20240125205519-2e80d9b4bd01
11
+ github.com/onflow/flow-go-sdk v1.0.0 -M1
12
+ github.com/onflow/flow-nft/lib/go/contracts v1.1.1-0.20240125205553-d2b571fb3fad
12
13
github.com/rs/zerolog v1.29.0
13
14
github.com/stretchr/testify v1.8.4
14
15
)
15
16
16
- require (
17
- github.com/Microsoft/go-winio v0.6.1 // indirect
18
- github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
19
- github.com/consensys/bavard v0.1.13 // indirect
20
- github.com/consensys/gnark-crypto v0.12.1 // indirect
21
- github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
22
- github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
23
- github.com/mmcloughlin/addchain v0.4.0 // indirect
24
- github.com/onflow/crypto v0.25.0 // indirect
25
- github.com/supranational/blst v0.3.11 // indirect
26
- golang.org/x/mod v0.14.0 // indirect
27
- golang.org/x/tools v0.16.0 // indirect
28
- rsc.io/tmplfunc v0.0.3 // indirect
29
- )
30
-
31
17
require (
32
18
github.com/DataDog/zstd v1.5.2 // indirect
33
- github.com/SaveTheRbtz/mph v0.1.2 // indirect
19
+ github.com/Microsoft/go-winio v0.6.1 // indirect
20
+ github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
34
21
github.com/StackExchange/wmi v1.2.1 // indirect
35
22
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
36
23
github.com/beorn7/perks v1.0.1 // indirect
37
24
github.com/bits-and-blooms/bitset v1.7.0 // indirect
38
25
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
39
- github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
40
26
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
41
27
github.com/cespare/xxhash v1.1.0 // indirect
42
28
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43
29
github.com/cockroachdb/errors v1.9.1 // indirect
44
30
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
45
31
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
46
32
github.com/cockroachdb/redact v1.1.3 // indirect
33
+ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
34
+ github.com/consensys/bavard v0.1.13 // indirect
35
+ github.com/consensys/gnark-crypto v0.12.1 // indirect
47
36
github.com/coreos/go-semver v0.3.0 // indirect
37
+ github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
48
38
github.com/davecgh/go-spew v1.1.1 // indirect
49
39
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
50
40
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -54,6 +44,7 @@ require (
54
44
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
55
45
github.com/dustin/go-humanize v1.0.1 // indirect
56
46
github.com/ef-ds/deque v1.0.4 // indirect
47
+ github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
57
48
github.com/ethereum/go-ethereum v1.13.5 // indirect
58
49
github.com/fsnotify/fsnotify v1.6.0 // indirect
59
50
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
@@ -110,6 +101,7 @@ require (
110
101
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
111
102
github.com/minio/sha256-simd v1.0.1 // indirect
112
103
github.com/mitchellh/mapstructure v1.5.0 // indirect
104
+ github.com/mmcloughlin/addchain v0.4.0 // indirect
113
105
github.com/mr-tron/base58 v1.2.0 // indirect
114
106
github.com/multiformats/go-base32 v0.1.0 // indirect
115
107
github.com/multiformats/go-base36 v0.2.0 // indirect
@@ -121,10 +113,10 @@ require (
121
113
github.com/multiformats/go-varint v0.0.7 // indirect
122
114
github.com/olekukonko/tablewriter v0.0.5 // indirect
123
115
github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f // indirect
124
- github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20240120002724-ff3d1a4bab55 // indirect
125
- github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1-0.20240120002724-ff3d1a4bab55 // indirect
126
- github.com/onflow/flow-go v0.33.2 -0.20240122190738-254af677b873 // indirect
127
- github.com/onflow/flow-go/crypto v0.25.0 // indirect
116
+ github.com/onflow/crypto v0.25.0 // indirect
117
+ github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.1-0.20240125214229-b7a95136dd0d // indirect
118
+ github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1 -0.20240125214229-b7a95136dd0d // indirect
119
+ github.com/onflow/flow-go v0.33.2-0.20240126002816-f0770a716d61 // indirect
128
120
github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20231213135419-ae911cc351a2 // indirect
129
121
github.com/onflow/sdks v0.5.1-0.20230912225508-b35402f12bba // indirect
130
122
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -146,14 +138,15 @@ require (
146
138
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
147
139
github.com/slok/go-http-metrics v0.10.0 // indirect
148
140
github.com/spaolacci/murmur3 v1.1.0 // indirect
149
- github.com/spf13/afero v1.9.3 // indirect
141
+ github.com/spf13/afero v1.10.0 // indirect
150
142
github.com/spf13/cast v1.5.0 // indirect
151
143
github.com/spf13/cobra v1.8.0 // indirect
152
144
github.com/spf13/jwalterweatherman v1.1.0 // indirect
153
145
github.com/spf13/pflag v1.0.5 // indirect
154
146
github.com/spf13/viper v1.15.0 // indirect
155
147
github.com/stretchr/objx v0.5.0 // indirect
156
148
github.com/subosito/gotenv v1.4.2 // indirect
149
+ github.com/supranational/blst v0.3.11 // indirect
157
150
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
158
151
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
159
152
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -164,7 +157,6 @@ require (
164
157
github.com/vmihailenco/tagparser v0.1.1 // indirect
165
158
github.com/x448/float16 v0.8.4 // indirect
166
159
github.com/zeebo/blake3 v0.2.3 // indirect
167
- github.com/zeebo/xxh3 v1.0.2 // indirect
168
160
go.opentelemetry.io/otel v1.16.0 // indirect
169
161
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
170
162
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect
@@ -178,10 +170,12 @@ require (
178
170
go.uber.org/zap v1.24.0 // indirect
179
171
golang.org/x/crypto v0.17.0 // indirect
180
172
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
173
+ golang.org/x/mod v0.14.0 // indirect
181
174
golang.org/x/net v0.19.0 // indirect
182
175
golang.org/x/sync v0.5.0 // indirect
183
176
golang.org/x/sys v0.15.0 // indirect
184
177
golang.org/x/text v0.14.0 // indirect
178
+ golang.org/x/tools v0.16.0 // indirect
185
179
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
186
180
gonum.org/v1/gonum v0.13.0 // indirect
187
181
google.golang.org/appengine v1.6.7 // indirect
@@ -197,9 +191,10 @@ require (
197
191
modernc.org/mathutil v1.5.0 // indirect
198
192
modernc.org/memory v1.5.0 // indirect
199
193
modernc.org/sqlite v1.21.1 // indirect
194
+ rsc.io/tmplfunc v0.0.3 // indirect
200
195
)
201
196
202
- replace github.com/onflow/flow-nft/lib/go/contracts => ../../../../flow/flow-nft/lib/go/contracts
197
+ // replace github.com/onflow/flow-nft/lib/go/contracts => ../../../../flow/flow-nft/lib/go/contracts
203
198
204
199
replace github.com/onflow/flow-ft/lib/go/contracts => ../contracts
205
200
0 commit comments