Update dependencies
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-06-09 21:39:26 +02:00
parent a1f8453097
commit e63b41c5ff
2 changed files with 4 additions and 6 deletions

4
go.mod
View File

@ -3,6 +3,7 @@ module git.flexabyte.io/flexabyte/go-kit
go 1.24.2
require (
github.com/Oudwins/zog v0.21.1
github.com/samber/slog-formatter v1.2.0
github.com/samber/slog-multi v1.4.0
github.com/spf13/cobra v1.9.1
@ -10,9 +11,8 @@ require (
)
require (
github.com/Oudwins/zog v0.21.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/samber/lo v1.50.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/text v0.26.0 // indirect
)