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:
里見 灯花 2024-12-13 14:28:47 +08:00 committed by GitHub
parent 44105fc0cf
commit 7b9a18225a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

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