5
5
toolchain go1.22.3
6
6
7
7
require (
8
+ github.com/charmbracelet/bubbles v0.18.0
9
+ github.com/charmbracelet/bubbletea v0.25.0
8
10
github.com/dukex/mixpanel v1.0.1
9
- github.com/getsentry/sentry-go v0.27 .0
11
+ github.com/getsentry/sentry-go v0.28 .0
10
12
github.com/go-git/go-git/v5 v5.11.0
11
13
github.com/google/go-github v17.0.0+incompatible
12
14
github.com/gosuri/uilive v0.0.4
@@ -19,19 +21,20 @@ require (
19
21
github.com/onflow/contract-updater/lib/go/templates v1.0.1
20
22
github.com/onflow/fcl-dev-wallet v0.8.0-stable-cadence.1
21
23
github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.17
22
- github.com/onflow/flow-core-contracts/lib/go/templates v1.0.0
24
+ github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20231016154253-a00dbf7c061f
23
25
github.com/onflow/flow-emulator v1.0.0-preview.31
24
26
github.com/onflow/flow-evm-gateway v0.15.0
25
27
github.com/onflow/flow-go v0.35.10-crescendo-preview.25.0.20240604172940-c504b454e576
26
28
github.com/onflow/flow-go-sdk v1.0.0-preview.34
29
+ github.com/onflow/flowkit v1.19.0
27
30
github.com/onflow/flowkit/v2 v2.0.0-stable-cadence-alpha.23
28
31
github.com/onflow/go-ethereum v1.13.4
29
32
github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
30
33
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
31
34
github.com/pkg/errors v0.9.1
32
35
github.com/psiemens/sconfig v0.1.0
33
36
github.com/radovskyb/watcher v1.0.7
34
- github.com/rs/zerolog v1.32 .0
37
+ github.com/rs/zerolog v1.33 .0
35
38
github.com/sergi/go-diff v1.3.1
36
39
github.com/spf13/afero v1.10.0
37
40
github.com/spf13/cobra v1.8.0
@@ -55,6 +58,8 @@ require (
55
58
github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
56
59
github.com/StackExchange/wmi v1.2.1 // indirect
57
60
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
61
+ github.com/atotto/clipboard v0.1.4 // indirect
62
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
58
63
github.com/beorn7/perks v1.0.1 // indirect
59
64
github.com/bits-and-blooms/bitset v1.10.0 // indirect
60
65
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
@@ -63,6 +68,7 @@ require (
63
68
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
64
69
github.com/cespare/xxhash v1.1.0 // indirect
65
70
github.com/cespare/xxhash/v2 v2.2.0 // indirect
71
+ github.com/charmbracelet/lipgloss v0.9.1 // indirect
66
72
github.com/chzyer/readline v1.5.0 // indirect
67
73
github.com/cloudflare/circl v1.3.3 // indirect
68
74
github.com/cockroachdb/errors v1.9.1 // indirect
@@ -72,6 +78,7 @@ require (
72
78
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
73
79
github.com/consensys/bavard v0.1.13 // indirect
74
80
github.com/consensys/gnark-crypto v0.12.1 // indirect
81
+ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
75
82
github.com/coreos/go-semver v0.3.0 // indirect
76
83
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
77
84
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -157,7 +164,7 @@ require (
157
164
github.com/karalabe/usb v0.0.2 // indirect
158
165
github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
159
166
github.com/kevinburke/ssh_config v1.2.0 // indirect
160
- github.com/klauspost/compress v1.17.4 // indirect
167
+ github.com/klauspost/compress v1.17.7 // indirect
161
168
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
162
169
github.com/kr/pretty v0.3.1 // indirect
163
170
github.com/kr/text v0.2.0 // indirect
@@ -167,9 +174,11 @@ require (
167
174
github.com/libp2p/go-msgio v0.3.0 // indirect
168
175
github.com/lmars/go-slip10 v0.0.0-20190606092855-400ba44fee12 // indirect
169
176
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
177
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
170
178
github.com/magiconair/properties v1.8.7 // indirect
171
179
github.com/mattn/go-colorable v0.1.13 // indirect
172
180
github.com/mattn/go-isatty v0.0.20 // indirect
181
+ github.com/mattn/go-localereader v0.0.1 // indirect
173
182
github.com/mattn/go-runewidth v0.0.15 // indirect
174
183
github.com/mattn/go-tty v0.0.4 // indirect
175
184
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
@@ -178,6 +187,10 @@ require (
178
187
github.com/mitchellh/mapstructure v1.5.0 // indirect
179
188
github.com/mmcloughlin/addchain v0.4.0 // indirect
180
189
github.com/mr-tron/base58 v1.2.0 // indirect
190
+ github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
191
+ github.com/muesli/cancelreader v0.2.2 // indirect
192
+ github.com/muesli/reflow v0.3.0 // indirect
193
+ github.com/muesli/termenv v0.15.2 // indirect
181
194
github.com/multiformats/go-base32 v0.1.0 // indirect
182
195
github.com/multiformats/go-base36 v0.2.0 // indirect
183
196
github.com/multiformats/go-multiaddr v0.12.2 // indirect
@@ -189,11 +202,9 @@ require (
189
202
github.com/olekukonko/tablewriter v0.0.5 // indirect
190
203
github.com/onflow/atree v0.7.0-rc.2 // indirect
191
204
github.com/onflow/crypto v0.25.1 // indirect
192
- github.com/onflow/flow-core-contracts/lib/go/contracts v1.1.0 // indirect
205
+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.2.4-0.20231016154253-a00dbf7c061f // indirect
193
206
github.com/onflow/flow-ft/lib/go/contracts v1.0.0 // indirect
194
- github.com/onflow/flow-ft/lib/go/templates v1.0.0 // indirect
195
207
github.com/onflow/flow-nft/lib/go/contracts v1.2.1 // indirect
196
- github.com/onflow/flow-nft/lib/go/templates v1.2.0 // indirect
197
208
github.com/onflow/flow/protobuf/go/flow v0.4.4 // indirect
198
209
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
199
210
github.com/onflow/sdks v0.5.1-0.20230912225508-b35402f12bba // indirect
0 commit comments