Merge branch 'main' into dependabot/go_modules/github.com/jkaninda/go-utils-0.1.3

This commit is contained in:
2025-09-10 05:55:13 +02:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

4
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/jkaninda/mysql-bkup
go 1.24.5
require github.com/spf13/pflag v1.0.6 // indirect
require github.com/spf13/pflag v1.0.9 // indirect
require (
github.com/go-mail/mail v2.3.1+incompatible
@@ -10,7 +10,7 @@ require (
github.com/jkaninda/go-storage v0.1.3
github.com/jkaninda/go-utils v0.1.3
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.1
gopkg.in/yaml.v3 v3.0.1
)