Rewriting to go.

This commit is contained in:
CronyAkatsuki 2024-12-21 22:40:49 +01:00
parent d9e72f756d
commit 1dd218626b
4 changed files with 112 additions and 12 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module crony/udict
go 1.23.4
require github.com/fatih/color v1.18.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.25.0 // indirect
)