-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 1.08 KB
/
go.mod
File metadata and controls
27 lines (24 loc) · 1.08 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
module github.com/debkanchan/bark
go 1.24.5
require (
github.com/debkanchan/tree-sitter-dockerfile v0.2.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-grammars/tree-sitter-lua v0.4.0
github.com/tree-sitter-grammars/tree-sitter-toml v0.7.0
github.com/tree-sitter-grammars/tree-sitter-xml v0.7.0
github.com/tree-sitter-grammars/tree-sitter-yaml v0.7.2
github.com/tree-sitter-grammars/tree-sitter-zig v1.1.2
github.com/tree-sitter/go-tree-sitter v0.25.0
github.com/tree-sitter/tree-sitter-bash v0.25.0
github.com/tree-sitter/tree-sitter-c v0.24.1
github.com/tree-sitter/tree-sitter-cpp v0.23.4
github.com/tree-sitter/tree-sitter-go v0.25.0
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-json v0.24.8
github.com/tree-sitter/tree-sitter-python v0.25.0
github.com/tree-sitter/tree-sitter-rust v0.23.2
github.com/tree-sitter/tree-sitter-typescript v0.23.2
)
require github.com/mattn/go-pointer v0.0.1 // indirect