Move slogd to other repository
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 35s

- Cleanup dependency imports

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-04-16 21:05:48 +02:00
parent 624e329778
commit bdd87d8b59
10 changed files with 21 additions and 265 deletions

9
go.mod
View File

@ -1,12 +1,12 @@
module git.flexabyte.io/flexabyte/go-kit
go 1.24.1
go 1.24.2
require (
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250416190113-64c1cac4d274
github.com/charmbracelet/lipgloss v1.1.0
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
)
require (
@ -22,7 +22,8 @@ require (
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/samber/lo v1.49.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/samber/slog-formatter v1.2.0 // indirect
github.com/samber/slog-multi v1.4.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect