-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 742 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Aeres-u99/codeatlas/v2
go 1.26.3
require (
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
github.com/tree-sitter/go-tree-sitter v0.25.0
github.com/tree-sitter/tree-sitter-c v0.23.4
github.com/tree-sitter/tree-sitter-cpp v0.23.4
github.com/tree-sitter/tree-sitter-go v0.23.4
github.com/tree-sitter/tree-sitter-java v0.23.5
github.com/tree-sitter/tree-sitter-javascript v0.23.1
github.com/tree-sitter/tree-sitter-python v0.23.6
github.com/tree-sitter/tree-sitter-rust v0.23.2
github.com/tree-sitter/tree-sitter-typescript v0.0.0
)
require github.com/mattn/go-pointer v0.0.1 // indirect
replace github.com/tree-sitter/tree-sitter-typescript => ./internal/grammar/tree-sitter-typescript