0.2.0-dev #2

Merged
jantytgat merged 9 commits from 0.2.0-dev into main 2025-06-09 20:38:21 +00:00
10 changed files with 202 additions and 59 deletions
Showing only changes of commit c2b17924e2 - Show all commits

View File

@ -0,0 +1,19 @@
module simple
go 1.24.2
toolchain go1.24.4
require (
git.flexabyte.io/flexabyte/go-kit v0.1.1-0.20250609193926-e63b41c5ff45
github.com/spf13/cobra v1.9.1
)
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
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/text v0.26.0 // indirect
)