chore(deps): bump github.com/jkaninda/go-utils from 0.1.1 to 0.1.3

Bumps [github.com/jkaninda/go-utils](https://github.com/jkaninda/go-utils) from 0.1.1 to 0.1.3.
- [Release notes](https://github.com/jkaninda/go-utils/releases)
- [Commits](https://github.com/jkaninda/go-utils/compare/v0.1.1...v0.1.3)

---
updated-dependencies:
- dependency-name: github.com/jkaninda/go-utils
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-25 17:37:38 +00:00
committed by GitHub
parent 5d5cbea60b
commit 995db83b7c
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/jkaninda/mysql-bkup
go 1.23.2
go 1.24.5
require github.com/spf13/pflag v1.0.6 // indirect
@@ -8,7 +8,7 @@ require (
github.com/go-mail/mail v2.3.1+incompatible
github.com/jkaninda/encryptor v0.0.0-20241111100652-926393c9437e
github.com/jkaninda/go-storage v0.1.3
github.com/jkaninda/go-utils v0.1.1
github.com/jkaninda/go-utils v0.1.3
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.9.1
gopkg.in/yaml.v3 v3.0.1