fix(deps): update module gitlab.com/greyxor/slogor to v1.6.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-01-13 01:56:05 +00:00
parent cda23ebd12
commit 703f2ae096
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/jackc/pgx/v5 v5.7.2
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.8.1
gitlab.com/greyxor/slogor v1.6.0
gitlab.com/greyxor/slogor v1.6.1
)
require (
@@ -15,6 +15,6 @@ require (
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)