feat: json output formatter

This commit is contained in:
2025-07-20 14:15:20 +02:00
parent 7d561ea6ea
commit 0b0f0c9f0a
8 changed files with 60 additions and 22 deletions

3
go.mod
View File

@ -2,8 +2,9 @@ module git.bissendorf.co/bissendorf/unifood/m/v2
go 1.24.0
require github.com/spf13/cobra v1.9.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.7 // indirect
)