Initial commit

This commit is contained in:
2026-01-12 13:26:09 -06:00
commit c41b25be9c
5 changed files with 136 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module git.bullercodeworks.com/brian/atcal
go 1.25.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)