-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathgo.mod
More file actions
395 lines (389 loc) · 19.5 KB
/
Copy pathgo.mod
File metadata and controls
395 lines (389 loc) · 19.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
module github.com/zzet/gortex
go 1.26.4
require (
github.com/alexaandru/go-sitter-forest/ada v1.9.0
github.com/alexaandru/go-sitter-forest/agda v1.9.0
github.com/alexaandru/go-sitter-forest/aiken v1.9.0
github.com/alexaandru/go-sitter-forest/al v1.9.14
github.com/alexaandru/go-sitter-forest/apex v1.9.8
github.com/alexaandru/go-sitter-forest/asciidoc v1.9.2
github.com/alexaandru/go-sitter-forest/astro v1.9.3
github.com/alexaandru/go-sitter-forest/awk v1.9.2
github.com/alexaandru/go-sitter-forest/beancount v1.9.0
github.com/alexaandru/go-sitter-forest/bibtex v1.9.3
github.com/alexaandru/go-sitter-forest/bicep v1.9.1
github.com/alexaandru/go-sitter-forest/bitbake v1.9.1
github.com/alexaandru/go-sitter-forest/blade v1.9.3
github.com/alexaandru/go-sitter-forest/c3 v1.9.25
github.com/alexaandru/go-sitter-forest/caddy v1.9.0
github.com/alexaandru/go-sitter-forest/capnp v1.9.0
github.com/alexaandru/go-sitter-forest/cedar v1.9.0
github.com/alexaandru/go-sitter-forest/cel v1.9.0
github.com/alexaandru/go-sitter-forest/circom v1.9.1
github.com/alexaandru/go-sitter-forest/clarity v1.9.5
github.com/alexaandru/go-sitter-forest/clojure v1.9.1
github.com/alexaandru/go-sitter-forest/cmake v1.9.5
github.com/alexaandru/go-sitter-forest/cobol v1.9.1
github.com/alexaandru/go-sitter-forest/commonlisp v1.9.1
github.com/alexaandru/go-sitter-forest/cooklang v1.9.0
github.com/alexaandru/go-sitter-forest/crystal v1.9.29
github.com/alexaandru/go-sitter-forest/cuda v1.9.1
github.com/alexaandru/go-sitter-forest/cue v1.9.1
github.com/alexaandru/go-sitter-forest/d v1.9.0
github.com/alexaandru/go-sitter-forest/dataweave v1.9.0
github.com/alexaandru/go-sitter-forest/dbml v1.9.0
github.com/alexaandru/go-sitter-forest/desktop v1.9.4
github.com/alexaandru/go-sitter-forest/devicetree v1.9.2
github.com/alexaandru/go-sitter-forest/dhall v1.9.2
github.com/alexaandru/go-sitter-forest/djot v1.9.7
github.com/alexaandru/go-sitter-forest/dot v1.9.0
github.com/alexaandru/go-sitter-forest/dotenv v1.9.0
github.com/alexaandru/go-sitter-forest/dtd v1.9.4
github.com/alexaandru/go-sitter-forest/earthfile v1.9.3
github.com/alexaandru/go-sitter-forest/editorconfig v1.9.2
github.com/alexaandru/go-sitter-forest/effekt v1.9.0
github.com/alexaandru/go-sitter-forest/eiffel v1.9.4
github.com/alexaandru/go-sitter-forest/elisp v1.9.0
github.com/alexaandru/go-sitter-forest/elm v1.9.1
github.com/alexaandru/go-sitter-forest/elvish v1.9.0
github.com/alexaandru/go-sitter-forest/erlang v1.9.7
github.com/alexaandru/go-sitter-forest/fennel v1.9.1
github.com/alexaandru/go-sitter-forest/firrtl v1.9.0
github.com/alexaandru/go-sitter-forest/fish v1.9.2
github.com/alexaandru/go-sitter-forest/fortran v1.9.13
github.com/alexaandru/go-sitter-forest/fsharp v1.9.3
github.com/alexaandru/go-sitter-forest/gdscript v1.9.6
github.com/alexaandru/go-sitter-forest/gdshader v1.9.0
github.com/alexaandru/go-sitter-forest/gherkin v1.9.0
github.com/alexaandru/go-sitter-forest/git_config v1.9.3
github.com/alexaandru/go-sitter-forest/gitattributes v1.9.1
github.com/alexaandru/go-sitter-forest/gitcommit v1.9.4
github.com/alexaandru/go-sitter-forest/gitignore v1.9.0
github.com/alexaandru/go-sitter-forest/gleam v1.9.9
github.com/alexaandru/go-sitter-forest/glimmer v1.9.0
github.com/alexaandru/go-sitter-forest/glsl v1.9.1
github.com/alexaandru/go-sitter-forest/gn v1.9.0
github.com/alexaandru/go-sitter-forest/gnuplot v1.9.2
github.com/alexaandru/go-sitter-forest/godot_resource v1.9.4
github.com/alexaandru/go-sitter-forest/gomod v1.9.4
github.com/alexaandru/go-sitter-forest/gosum v1.9.0
github.com/alexaandru/go-sitter-forest/gotmpl v1.9.3
github.com/alexaandru/go-sitter-forest/gowork v1.9.0
github.com/alexaandru/go-sitter-forest/gpg v1.9.0
github.com/alexaandru/go-sitter-forest/graphql v1.9.0
github.com/alexaandru/go-sitter-forest/gren v1.9.3
github.com/alexaandru/go-sitter-forest/gritql v1.9.1
github.com/alexaandru/go-sitter-forest/groovy v1.9.4
github.com/alexaandru/go-sitter-forest/hack v1.9.1
github.com/alexaandru/go-sitter-forest/haml v1.9.9
github.com/alexaandru/go-sitter-forest/hare v1.9.0
github.com/alexaandru/go-sitter-forest/haskell v1.9.2
github.com/alexaandru/go-sitter-forest/haxe v1.9.0
github.com/alexaandru/go-sitter-forest/heex v1.9.3
github.com/alexaandru/go-sitter-forest/hjson v1.9.0
github.com/alexaandru/go-sitter-forest/hlsl v1.9.1
github.com/alexaandru/go-sitter-forest/hocon v1.9.0
github.com/alexaandru/go-sitter-forest/htmldjango v1.9.1
github.com/alexaandru/go-sitter-forest/hurl v1.9.0
github.com/alexaandru/go-sitter-forest/hyprlang v1.9.4
github.com/alexaandru/go-sitter-forest/idris v1.9.5
github.com/alexaandru/go-sitter-forest/ini v1.9.1
github.com/alexaandru/go-sitter-forest/ispc v1.9.1
github.com/alexaandru/go-sitter-forest/janet v1.9.2
github.com/alexaandru/go-sitter-forest/jasmin v1.9.0
github.com/alexaandru/go-sitter-forest/jinja v1.9.6
github.com/alexaandru/go-sitter-forest/jq v1.9.1
github.com/alexaandru/go-sitter-forest/json5 v1.9.0
github.com/alexaandru/go-sitter-forest/jsonc v1.9.0
github.com/alexaandru/go-sitter-forest/jsonnet v1.9.1
github.com/alexaandru/go-sitter-forest/jule v1.9.4
github.com/alexaandru/go-sitter-forest/julia v1.9.10
github.com/alexaandru/go-sitter-forest/just v1.9.6
github.com/alexaandru/go-sitter-forest/kcl v1.9.3
github.com/alexaandru/go-sitter-forest/kconfig v1.9.2
github.com/alexaandru/go-sitter-forest/kdl v1.9.1
github.com/alexaandru/go-sitter-forest/koka v1.9.1
github.com/alexaandru/go-sitter-forest/kusto v1.9.0
github.com/alexaandru/go-sitter-forest/latex v1.9.2
github.com/alexaandru/go-sitter-forest/ledger v1.9.5
github.com/alexaandru/go-sitter-forest/linkerscript v1.9.0
github.com/alexaandru/go-sitter-forest/liquid v1.9.3
github.com/alexaandru/go-sitter-forest/llvm v1.9.2
github.com/alexaandru/go-sitter-forest/luau v1.9.1
github.com/alexaandru/go-sitter-forest/matlab v1.9.4
github.com/alexaandru/go-sitter-forest/mermaid v1.9.0
github.com/alexaandru/go-sitter-forest/meson v1.9.1
github.com/alexaandru/go-sitter-forest/mlir v1.9.1
github.com/alexaandru/go-sitter-forest/moonbit v1.9.26
github.com/alexaandru/go-sitter-forest/motoko v1.9.0
github.com/alexaandru/go-sitter-forest/move v1.9.3
github.com/alexaandru/go-sitter-forest/mustache v1.9.0
github.com/alexaandru/go-sitter-forest/nftables v1.9.0
github.com/alexaandru/go-sitter-forest/nickel v1.9.2
github.com/alexaandru/go-sitter-forest/nim v1.9.1
github.com/alexaandru/go-sitter-forest/ninja v1.9.0
github.com/alexaandru/go-sitter-forest/nix v1.9.4
github.com/alexaandru/go-sitter-forest/norg v1.9.0
github.com/alexaandru/go-sitter-forest/nu v1.9.34
github.com/alexaandru/go-sitter-forest/objc v1.9.1
github.com/alexaandru/go-sitter-forest/ocamllex v1.9.2
github.com/alexaandru/go-sitter-forest/odin v1.9.2
github.com/alexaandru/go-sitter-forest/pascal v1.9.2
github.com/alexaandru/go-sitter-forest/passwd v1.9.0
github.com/alexaandru/go-sitter-forest/pem v1.9.0
github.com/alexaandru/go-sitter-forest/perl v1.9.9
github.com/alexaandru/go-sitter-forest/pgn v1.9.0
github.com/alexaandru/go-sitter-forest/pioasm v1.9.1
github.com/alexaandru/go-sitter-forest/pkl v1.9.6
github.com/alexaandru/go-sitter-forest/plantuml v1.9.0
github.com/alexaandru/go-sitter-forest/po v1.9.0
github.com/alexaandru/go-sitter-forest/poe_filter v1.9.2
github.com/alexaandru/go-sitter-forest/pony v1.9.0
github.com/alexaandru/go-sitter-forest/powershell v1.9.5
github.com/alexaandru/go-sitter-forest/prisma v1.9.2
github.com/alexaandru/go-sitter-forest/promql v1.9.1
github.com/alexaandru/go-sitter-forest/properties v1.9.2
github.com/alexaandru/go-sitter-forest/prql v1.9.1
github.com/alexaandru/go-sitter-forest/psv v1.9.0
github.com/alexaandru/go-sitter-forest/pug v1.9.1
github.com/alexaandru/go-sitter-forest/puppet v1.9.1
github.com/alexaandru/go-sitter-forest/purescript v1.9.0
github.com/alexaandru/go-sitter-forest/qbe v1.9.0
github.com/alexaandru/go-sitter-forest/ql v1.9.0
github.com/alexaandru/go-sitter-forest/quint v1.9.1
github.com/alexaandru/go-sitter-forest/r v1.9.6
github.com/alexaandru/go-sitter-forest/racket v1.9.1
github.com/alexaandru/go-sitter-forest/ralph v1.9.0
github.com/alexaandru/go-sitter-forest/razor v1.9.3
github.com/alexaandru/go-sitter-forest/rbs v1.9.1
github.com/alexaandru/go-sitter-forest/rego v1.9.0
github.com/alexaandru/go-sitter-forest/requirements v1.9.1
github.com/alexaandru/go-sitter-forest/rescript v1.9.1
github.com/alexaandru/go-sitter-forest/robot v1.9.4
github.com/alexaandru/go-sitter-forest/roc v1.9.6
github.com/alexaandru/go-sitter-forest/ron v1.9.0
github.com/alexaandru/go-sitter-forest/scfg v1.9.1
github.com/alexaandru/go-sitter-forest/scheme v1.9.1
github.com/alexaandru/go-sitter-forest/scss v1.9.0
github.com/alexaandru/go-sitter-forest/slim v1.9.2
github.com/alexaandru/go-sitter-forest/smithy v1.9.2
github.com/alexaandru/go-sitter-forest/sml v1.9.1
github.com/alexaandru/go-sitter-forest/snakemake v1.9.2
github.com/alexaandru/go-sitter-forest/solidity v1.9.3
github.com/alexaandru/go-sitter-forest/soql v1.9.6
github.com/alexaandru/go-sitter-forest/sosl v1.9.4
github.com/alexaandru/go-sitter-forest/sourcepawn v1.9.2
github.com/alexaandru/go-sitter-forest/sparql v1.9.3
github.com/alexaandru/go-sitter-forest/ssh_config v1.9.2
github.com/alexaandru/go-sitter-forest/starlark v1.9.2
github.com/alexaandru/go-sitter-forest/strace v1.9.0
github.com/alexaandru/go-sitter-forest/structurizr v1.9.2
github.com/alexaandru/go-sitter-forest/superhtml v1.9.1
github.com/alexaandru/go-sitter-forest/surrealql v1.9.10
github.com/alexaandru/go-sitter-forest/svelte v1.9.2
github.com/alexaandru/go-sitter-forest/sxhkdrc v1.9.1
github.com/alexaandru/go-sitter-forest/systemverilog v1.9.6
github.com/alexaandru/go-sitter-forest/tact v1.9.5
github.com/alexaandru/go-sitter-forest/tcl v1.9.4
github.com/alexaandru/go-sitter-forest/templ v1.9.6
github.com/alexaandru/go-sitter-forest/tera v1.9.3
github.com/alexaandru/go-sitter-forest/textproto v1.9.0
github.com/alexaandru/go-sitter-forest/thrift v1.9.1
github.com/alexaandru/go-sitter-forest/tlaplus v1.9.3
github.com/alexaandru/go-sitter-forest/tmux v1.9.0
github.com/alexaandru/go-sitter-forest/todotxt v1.9.0
github.com/alexaandru/go-sitter-forest/tsv v1.9.0
github.com/alexaandru/go-sitter-forest/turtle v1.9.0
github.com/alexaandru/go-sitter-forest/twig v1.9.0
github.com/alexaandru/go-sitter-forest/typespec v1.9.6
github.com/alexaandru/go-sitter-forest/typst v1.9.7
github.com/alexaandru/go-sitter-forest/usd v1.9.0
github.com/alexaandru/go-sitter-forest/vala v1.9.0
github.com/alexaandru/go-sitter-forest/vento v1.9.1
github.com/alexaandru/go-sitter-forest/vhdl v1.9.5
github.com/alexaandru/go-sitter-forest/vim v1.9.4
github.com/alexaandru/go-sitter-forest/vrl v1.9.0
github.com/alexaandru/go-sitter-forest/vue v1.9.0
github.com/alexaandru/go-sitter-forest/wgsl v1.9.1
github.com/alexaandru/go-sitter-forest/wing v1.9.1
github.com/alexaandru/go-sitter-forest/wit v1.9.4
github.com/alexaandru/go-sitter-forest/xml v1.9.5
github.com/alexaandru/go-sitter-forest/yang v1.9.0
github.com/alexaandru/go-sitter-forest/zeek v1.9.8
github.com/alexaandru/go-sitter-forest/zig v1.9.4
github.com/alexaandru/go-sitter-forest/ziggy v1.9.1
github.com/alexaandru/go-sitter-forest/ziggy_schema v1.9.1
github.com/blevesearch/bleve/v2 v2.6.0
github.com/blevesearch/go-porterstemmer v1.0.3
github.com/charmbracelet/bubbles v1.0.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/coder/hnsw v0.6.1
github.com/fsnotify/fsnotify v1.10.1
github.com/fwcd/tree-sitter-kotlin v0.0.0-20260411204054-55622a49bd59
github.com/gofrs/flock v0.13.0
github.com/google/go-github/v88 v88.0.0
github.com/google/uuid v1.6.0
github.com/gortexhq/gcx-go v0.1.0
github.com/gortexhq/tree-sitter-dart v0.1.0
github.com/gortexhq/tree-sitter-dockerfile v0.1.0
github.com/gortexhq/tree-sitter-markdown v0.1.0
github.com/gortexhq/tree-sitter-org-mode v0.1.0
github.com/gortexhq/tree-sitter-protobuf v0.1.0
github.com/gortexhq/tree-sitter-sql v0.1.0
github.com/gortexhq/tree-sitter-swift v0.1.1-0.20260424235305-8dde3a3327dd
github.com/jackc/pgx/v5 v5.10.0
github.com/jedib0t/go-pretty/v6 v6.8.1
github.com/knights-analytics/hugot v0.7.5
github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
github.com/mark3labs/mcp-go v0.54.1
github.com/pelletier/go-toml/v2 v2.3.1
github.com/pkoukk/tiktoken-go v0.1.8
github.com/pkoukk/tiktoken-go-loader v0.0.2
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/sgtdi/fswatcher v1.3.0
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/toon-format/toon-go v0.0.0-20251202084852-7ca0e27c4e8c
github.com/tree-sitter-grammars/tree-sitter-hcl v1.2.0
github.com/tree-sitter-grammars/tree-sitter-lua v0.5.0
github.com/tree-sitter-grammars/tree-sitter-toml v0.7.0
github.com/tree-sitter-grammars/tree-sitter-yaml v0.7.2
github.com/tree-sitter/go-tree-sitter v0.25.0
github.com/tree-sitter/tree-sitter-bash v0.25.1
github.com/tree-sitter/tree-sitter-c v0.24.2
github.com/tree-sitter/tree-sitter-c-sharp v0.23.5
github.com/tree-sitter/tree-sitter-cpp v0.23.4
github.com/tree-sitter/tree-sitter-css v0.25.0
github.com/tree-sitter/tree-sitter-elixir v0.3.5
github.com/tree-sitter/tree-sitter-go v0.25.0
github.com/tree-sitter/tree-sitter-html v0.23.2
github.com/tree-sitter/tree-sitter-java v0.23.5
github.com/tree-sitter/tree-sitter-javascript v0.25.0
github.com/tree-sitter/tree-sitter-ocaml v0.25.0
github.com/tree-sitter/tree-sitter-php v0.24.2
github.com/tree-sitter/tree-sitter-python v0.25.0
github.com/tree-sitter/tree-sitter-ruby v0.23.1
github.com/tree-sitter/tree-sitter-rust v0.24.2
github.com/tree-sitter/tree-sitter-scala v0.26.0
github.com/tree-sitter/tree-sitter-typescript v0.23.2
github.com/yalue/onnxruntime_go v1.31.0
github.com/zeebo/blake3 v0.2.4
go.uber.org/zap v1.28.0
golang.org/x/image v0.42.0
golang.org/x/mod v0.37.0
golang.org/x/sync v0.21.0
golang.org/x/sys v0.46.0
golang.org/x/term v0.44.0
golang.org/x/text v0.38.0
golang.org/x/tools v0.46.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.52.0
pgregory.net/rapid v1.3.0
)
require (
github.com/RoaringBitmap/roaring/v2 v2.18.2 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/bits-and-blooms/bitset v1.24.5 // indirect
github.com/blevesearch/bleve_index_api v1.3.12 // indirect
github.com/blevesearch/geo v0.2.5 // indirect
github.com/blevesearch/go-faiss v1.1.4 // indirect
github.com/blevesearch/gtreap v0.1.1 // indirect
github.com/blevesearch/mmap-go v1.2.0 // indirect
github.com/blevesearch/scorch_segment_api/v2 v2.4.7 // indirect
github.com/blevesearch/segment v0.9.1 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
github.com/blevesearch/vellum v1.2.0 // indirect
github.com/blevesearch/zapx/v11 v11.4.3 // indirect
github.com/blevesearch/zapx/v12 v12.4.3 // indirect
github.com/blevesearch/zapx/v13 v13.4.3 // indirect
github.com/blevesearch/zapx/v14 v14.4.3 // indirect
github.com/blevesearch/zapx/v15 v15.4.3 // indirect
github.com/blevesearch/zapx/v16 v16.3.4 // indirect
github.com/blevesearch/zapx/v17 v17.1.6 // indirect
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/x/ansi v0.11.7 // indirect
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/chewxy/math32 v1.11.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/daulet/tokenizers v1.27.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/gomlx/exceptions v0.0.3 // indirect
github.com/gomlx/go-huggingface v0.3.5 // indirect
github.com/gomlx/go-xla v0.2.2 // indirect
github.com/gomlx/gomlx v0.27.3 // indirect
github.com/gomlx/onnx-gomlx v0.4.2 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/google/renameio v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/knights-analytics/ortgenai v0.3.1 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/sahilm/fuzzy v0.1.2 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/viant/afs v1.30.0 // indirect
github.com/viterin/partial v1.1.0 // indirect
github.com/viterin/vek v0.4.3 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
github.com/zeebo/assert v1.3.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/exp v0.0.0-20260603202125-055de637280b // indirect
google.golang.org/protobuf v1.36.11 // indirect
k8s.io/klog/v2 v2.140.0 // indirect
modernc.org/libc v1.73.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
replace github.com/tree-sitter/tree-sitter-elixir => github.com/elixir-lang/tree-sitter-elixir v0.3.5
// In-tree sharded drop-in for github.com/mattn/go-pointer. The upstream
// guards a single map with one global RWMutex; tree-sitter's
// Parser.ParseWithOptions hits it on every Parse, capping parser
// throughput to one goroutine at a time. See internal/thirdparty/go-pointer.
replace github.com/mattn/go-pointer => ./internal/thirdparty/go-pointer
// Vendored copy of github.com/google/renameio v1.0.1 with an added
// Windows implementation. Upstream v1.0.1 builds only on non-Windows
// platforms (tempfile.go / writefile.go are `+build !windows`), which
// blocked the Windows build because github.com/coder/hnsw imports it
// unconditionally. See internal/thirdparty/renameio.
replace github.com/google/renameio => ./internal/thirdparty/renameio