first commit

This commit is contained in:
bufferstack 2024-10-26 17:12:01 -04:00
commit 8956254e1a
5 changed files with 81 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module github.com/twhite96/goto-do
go 1.23.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)