add logrus dependency

This commit is contained in:
2024-03-08 02:29:40 +00:00
parent a513c7ecc6
commit d8015c921c
3 changed files with 21 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
package udpproxy
import (
"log"
"net"
"sync"
"time"
log "github.com/sirupsen/logrus"
)
type Client struct {