-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
26 lines (23 loc) · 1.22 KB
/
go.mod
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
module github.com/tree-sitter/go-tree-sitter
go 1.22
require (
github.com/mattn/go-pointer v0.0.1
github.com/stretchr/testify v1.9.0
github.com/tree-sitter/tree-sitter-c v0.21.5-0.20240818205408-927da1f210eb
github.com/tree-sitter/tree-sitter-cpp v0.22.4-0.20240818224355-b1a4e2b25148
github.com/tree-sitter/tree-sitter-embedded-template v0.21.1-0.20240819044651-ffbf64942c33
github.com/tree-sitter/tree-sitter-go v0.21.3-0.20240818010209-8c0f0e7a6012
github.com/tree-sitter/tree-sitter-html v0.20.5-0.20240818004741-d11201a263d0
github.com/tree-sitter/tree-sitter-java v0.21.1-0.20240824015150-576d8097e495
github.com/tree-sitter/tree-sitter-javascript v0.21.5-0.20240818005344-15887341e5b5
github.com/tree-sitter/tree-sitter-json v0.21.1-0.20240818005659-bdd69eb8c8a5
github.com/tree-sitter/tree-sitter-php v0.22.9-0.20240819002312-a552625b56c1
github.com/tree-sitter/tree-sitter-python v0.21.1-0.20240818005537-55a9b8a4fbfb
github.com/tree-sitter/tree-sitter-ruby v0.21.1-0.20240818211811-7dbc1e2d0e2d
github.com/tree-sitter/tree-sitter-rust v0.21.3-0.20240818005432-2b43eafe6447
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)