Rewriting to go.
This commit is contained in:
parent
d9e72f756d
commit
1dd218626b
4 changed files with 112 additions and 12 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue