Merge branch 'main' into main

This commit is contained in:
里見 灯花 2024-12-13 14:10:44 +08:00 committed by GitHub
commit 0fb7ee3679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

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"
)