initial commit
This commit is contained in:
commit
a4f37af597
6 changed files with 398 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module dev.hflabs.de/henner/kaffeecli
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/cobra v1.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue