swap out logrus for charm log

This commit is contained in:
2026-02-16 10:29:27 +00:00
parent f07a45c81b
commit 51a0065e79
6 changed files with 56 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
log "github.com/sirupsen/logrus"
"github.com/charmbracelet/log"
)
type session struct {