aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-15 23:44:32 -0400
committerhistoria <[not public]>2026-07-15 23:44:32 -0400
commitecf4c872bb33381abc065f1816e204befcde610c (patch)
tree65e08a55bd577fcba6d714a13124b4912443be08 /go.mod
parent1068432d94252b9b4dec447e424f85f712fa16c2 (diff)
downloadxterm256-color-palette-ecf4c872bb33381abc065f1816e204befcde610c.tar.gz
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..7b200c8
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module codeberg.org/historia/xterm256-color-palette
+
+go 1.26.3
+
+require github.com/nsf/termbox-go v1.1.1
+
+require github.com/mattn/go-runewidth v0.0.9 // indirect