fix(deps): update module github.com/spf13/cobra to v1.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-17 01:53:44 +00:00
parent 4984503be0
commit 1e0a81ca3a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.7.2
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.9.0
github.com/spf13/cobra v1.9.1
gitlab.com/greyxor/slogor v1.6.1
golang.org/x/sync v0.11.0
)