Move packages to root folder
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 33s

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-04-22 13:47:12 +02:00
parent 26059ea3e9
commit 4fab7c8554
17 changed files with 8 additions and 6 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.flexabyte.io/flexabyte/go-kit
go 1.24.2
require (
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250416190113-64c1cac4d274
git.flexabyte.io/flexabyte/go-slogd v0.0.0-20250422113213-08cde7c3729c
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
)