Update auth.go

This commit is contained in:
里見 灯花 2024-10-10 20:08:02 +08:00 committed by GitHub
parent 1fd1e3bc2a
commit 00538f3d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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