Files
go-kit/go.mod
Jan Tytgat e63b41c5ff
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Update dependencies
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-06-09 21:39:26 +02:00

19 lines
453 B
Modula-2

module git.flexabyte.io/flexabyte/go-kit
go 1.24.2
require (
github.com/Oudwins/zog v0.21.1
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 (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/samber/lo v1.50.0 // indirect
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/text v0.26.0 // indirect
)