Update blacklist.go

This commit is contained in:
里見 灯花 2024-12-13 14:26:18 +08:00 committed by GitHub
parent 5e718858e4
commit bc1aa54116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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