forked from TrNgTien/vfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.22 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.22 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
module github.com/TrNgTien/vfs
go 1.24.0
require (
github.com/UserNobody14/tree-sitter-dart v0.0.0-20260209152247-81638dbbdb76
github.com/modelcontextprotocol/go-sdk v1.4.0
github.com/qiyue01/tree-sitter-swift v0.0.0-20251115120133-f30ce6450737
github.com/spf13/cobra v1.10.2
github.com/tree-sitter-grammars/tree-sitter-hcl v1.2.0
github.com/tree-sitter-grammars/tree-sitter-kotlin v1.1.0
github.com/tree-sitter/go-tree-sitter v0.25.0
github.com/tree-sitter/tree-sitter-c-sharp v0.23.1
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-python v0.25.0
github.com/tree-sitter/tree-sitter-ruby v0.23.1
github.com/tree-sitter/tree-sitter-rust v0.24.0
github.com/tree-sitter/tree-sitter-typescript v0.23.2
)
require (
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.3 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)