diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module qwe + +go 1.25.5 + +require ( + github.com/mitjafelicijan/go-tree-sitter v0.0.0-20260118174757-2a036cbea172 + github.com/nsf/termbox-go v1.1.1 +) + +require github.com/mattn/go-runewidth v0.0.9 // indirect |
