diff options
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 |
