Add slogd package back into repository

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-04-29 22:26:20 +02:00
parent 6b1e4c60b3
commit f8121b8ada
7 changed files with 258 additions and 5 deletions

5
go.mod
View File

@ -3,7 +3,8 @@ module git.flexabyte.io/flexabyte/go-kit
go 1.24.2
require (
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250428200220-8e65f81d9450
github.com/samber/slog-formatter v1.2.0
github.com/samber/slog-multi v1.4.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
)
@ -11,7 +12,5 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/samber/lo v1.50.0 // indirect
github.com/samber/slog-formatter v1.2.0 // indirect
github.com/samber/slog-multi v1.4.0 // indirect
golang.org/x/text v0.24.0 // indirect
)