mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
Update proxy.go
This commit is contained in:
parent
f4cb77a72e
commit
dd9a0c8adb
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"ghproxy/auth"
|
||||
"ghproxy/config"
|
||||
"ghproxy/logger"
|
||||
"github.com/satomitoka/ghproxy/auth"
|
||||
"github.com/satomitoka/ghproxy/config"
|
||||
"github.com/satomitoka/ghproxy/logger"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/imroc/req/v3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue