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

View File

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