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

@ -2,7 +2,7 @@ package auth
import (
"encoding/json"
"ghproxy/config"
"github.com/satomitoka/ghproxy/config"
"os"
"strings"
)