
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 33s
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
18 lines
452 B
Modula-2
18 lines
452 B
Modula-2
module git.flexabyte.io/flexabyte/go-kit
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
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.24.0 // indirect
|
|
)
|