mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +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"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"ghproxy/auth"
|
"github.com/satomitoka/ghproxy/auth"
|
||||||
"ghproxy/config"
|
"github.com/satomitoka/ghproxy/config"
|
||||||
"ghproxy/logger"
|
"github.com/satomitoka/ghproxy/logger"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
"github.com/imroc/req/v3"
|
"github.com/imroc/req/v3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue