dev: automated commit - 2025-05-31 17:07:41
This commit is contained in:
parent
f037255a1a
commit
b35d327830
4 changed files with 209 additions and 345 deletions
7
go.mod
7
go.mod
|
@ -1,3 +1,10 @@
|
|||
module marianozunino/dev
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require github.com/spf13/cobra v1.9.1
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue