Update dependencies
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
11
go.mod
11
go.mod
@ -3,8 +3,11 @@ module git.flexabyte.io/flexabyte/go-slogd
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/samber/lo v1.49.1 // indirect
|
||||
github.com/samber/slog-formatter v1.2.0 // indirect
|
||||
github.com/samber/slog-multi v1.4.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
github.com/samber/slog-formatter v1.2.0
|
||||
github.com/samber/slog-multi v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/samber/lo v1.49.1 // indirect
|
||||
golang.org/x/text v0.24.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user