feat: crono

This commit is contained in:
2023-04-05 17:25:46 +02:00
commit 5a024fbb8d
4 changed files with 118 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module gitea.urkob.com/crono
go 1.19
require github.com/jedib0t/go-pretty/v6 v6.4.6
require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.1.0 // indirect
)