feat: yaml output formatter

This commit is contained in:
2025-07-20 15:28:10 +02:00
parent ef07dd1b86
commit 2e16c67321
5 changed files with 24 additions and 2 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.24.0
require github.com/spf13/cobra v1.9.1
require (
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.7 // indirect
)