feat: colorize log output

Makes it easier to read, uses lmittmann/tint.
This commit is contained in:
Julian Tölle 2025-06-14 15:04:44 +02:00
parent e59b1eb34d
commit 72e1d5a320
3 changed files with 12 additions and 3 deletions

1
go.mod
View file

@ -10,6 +10,7 @@ require (
github.com/go-git/go-git/v5 v5.16.2
github.com/google/go-github/v72 v72.0.0
github.com/leodido/go-conventionalcommits v0.12.0
github.com/lmittmann/tint v1.1.2
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
github.com/teekennedy/goldmark-markdown v0.5.1