summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 20:22:09 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 20:22:09 +0100
commit5a8dbc6347b3541e84fe669b22c17ad3b715e258 (patch)
treeb148c450939688caaaeb4adac6f2faa1eaffe649 /go.mod
downloadqwe-editor-5a8dbc6347b3541e84fe669b22c17ad3b715e258.tar.gz
Engage!
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..881fb97
--- /dev/null
+++ b/go.mod
@@ -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