dev: automated commit - 2025-05-31 17:07:41

This commit is contained in:
Mariano Z. 2025-05-31 17:07:44 -03:00
parent f037255a1a
commit b35d327830
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
4 changed files with 209 additions and 345 deletions

7
go.mod
View file

@ -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
)