blob: 881fb97adbbdf66db0c3c330b8d14d3ae92656d0 (
plain)
1
2
3
4
5
6
7
8
9
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
|