mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
fix config.toml issue & revert wrong commit (#24)
* fix * Update config.toml * fix * Update auth.go * Update go.mod * Update blacklist.go * Update whitelist.go
This commit is contained in:
parent
44105fc0cf
commit
7b9a18225a
7 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
package auth
|
||||
|
||||
import (
|
||||
"github.com/satomitoka/ghproxy/config"
|
||||
"github.com/satomitoka/ghproxy/logger"
|
||||
"ghproxy/config"
|
||||
"ghproxy/logger"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue