move logger out of go-i2p so we can re-use it without importing the entire module

This commit is contained in:
eyedeekay
2024-11-21 17:16:48 -05:00
parent 4a6f49d14a
commit 9e3c8bcb98
26 changed files with 26 additions and 152 deletions

View File

@ -6,7 +6,7 @@ import (
"crypto/cipher"
"fmt"
"github.com/go-i2p/go-i2p/lib/util/logger"
"github.com/go-i2p/logger"
"github.com/sirupsen/logrus"
)