Update auth.go

This commit is contained in:
里見 灯花 2024-12-13 14:24:47 +08:00 committed by GitHub
parent ac0ef195b6
commit e76763df67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
package auth
import (
"github.com/satomitoka/ghproxy/config"
"github.com/satomitoka/ghproxy/logger"
"ghproxy/config"
"ghproxy/logger"
"github.com/gin-gonic/gin"
)