initial commit

This commit is contained in:
2026-04-02 13:25:24 +02:00
commit e5119ec6d4
4 changed files with 704 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module gitlab-timesheet
go 1.25.0
require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)