mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
0fb7ee3679
4 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package auth
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"ghproxy/config"
|
||||
"github.com/satomitoka/ghproxy/config"
|
||||
"os"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ package auth
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"ghproxy/config"
|
||||
"github.com/satomitoka/ghproxy/config"
|
||||
"os"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module ghproxy
|
||||
module github.com/satomitoka/ghproxy
|
||||
|
||||
go 1.23.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue