Merge branch 'main' into main

This commit is contained in:
里見 灯花 2024-12-13 14:10:44 +08:00 committed by GitHub
commit 0fb7ee3679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
package auth
import (
"ghproxy/config"
"ghproxy/logger"
"github.com/satomitoka/ghproxy/config"
"github.com/satomitoka/ghproxy/logger"
"github.com/gin-gonic/gin"
)

View file

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

View file

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

2
go.mod
View file

@ -1,4 +1,4 @@
module ghproxy
module github.com/satomitoka/ghproxy
go 1.23.4