diff options
| author | historia <[not public]> | 2026-07-15 23:44:32 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-15 23:44:32 -0400 |
| commit | ecf4c872bb33381abc065f1816e204befcde610c (patch) | |
| tree | 65e08a55bd577fcba6d714a13124b4912443be08 /go.mod | |
| parent | 1068432d94252b9b4dec447e424f85f712fa16c2 (diff) | |
| download | xterm256-color-palette-ecf4c872bb33381abc065f1816e204befcde610c.tar.gz | |
initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
