Merge pull request #138 from jkaninda/dependabot/go_modules/github.com/spf13/cobra-1.8.1

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
This commit is contained in:
2024-10-23 10:03:18 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/jkaninda/encryptor v0.0.0-20241013064832-ed4bd6a1b221
github.com/jkaninda/go-storage v0.1.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v3 v3.0.1
)