mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
Update main.go
This commit is contained in:
parent
b83c242416
commit
1fd1e3bc2a
1 changed files with 4 additions and 4 deletions
8
main.go
8
main.go
|
|
@ -6,10 +6,10 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
|
||||
"ghproxy/auth"
|
||||
"ghproxy/config"
|
||||
"ghproxy/logger"
|
||||
"ghproxy/proxy"
|
||||
"github.com/satomitoka/ghproxy/auth"
|
||||
"github.com/satomitoka/ghproxy/config"
|
||||
"github.com/satomitoka/ghproxy/logger"
|
||||
"github.com/satomitoka/ghproxy/proxy"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue