replace logrus with charm/log

This commit is contained in:
2026-02-18 10:41:42 +00:00
parent 51e8ac85be
commit abb33742aa
6 changed files with 6 additions and 15 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.25.0
require (
github.com/charmbracelet/log v0.4.2
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
github.com/sirupsen/logrus v1.9.3
)
require (