Update 'logger.go'

This commit is contained in:
re 2022-12-12 14:51:23 +03:00
parent d70e723062
commit bb5e54fbda
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"os"
"time"
"github.com/gin-gonic/gin"
"git.internal/re/gin"
"git.internal/re/logrus"
)