Files
go-slogd/go.mod
Jan Tytgat 64c1cac4d2 Update dependencies
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-04-16 21:01:13 +02:00

14 lines
239 B
Modula-2

module git.flexabyte.io/flexabyte/go-slogd
go 1.24.2
require (
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
)