swap out logrus for charmbracelet/log

This commit is contained in:
2025-06-14 07:39:08 +01:00
parent 8ab543df0f
commit 5b8219d107
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"net"
log "github.com/sirupsen/logrus"
"github.com/charmbracelet/log"
)
// udpConn represents the UDP client.