chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-25 23:58:16 +08:00
parent f39cf58d79
commit 6c8f75db0d
5 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"module git.kingecg.top/kingecg/gologger" "module git.kingecg.top/kingecg/gologger"
"git.pyer.club/kingecg/gosocketio/config" "git.kingecg.top/kingecg/gosocketio/config"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

2
go.mod
View File

@ -3,7 +3,7 @@ module module git.kingecg.top/kingecg/gosocketio
go 1.19 go 1.19
require ( require (
git.pyer.club/kingecg/gologger v0.0.0-20231129021656-bde229321f13 git.kingecg.top/kingecg/gologger v0.0.0-20231129021656-bde229321f13
github.com/spf13/cobra v1.8.0 github.com/spf13/cobra v1.8.0
) )

6
go.sum
View File

@ -1,7 +1,7 @@
module git.kingecg.top/kingecg/gologger v0.0.0-20231128103222-d94313028a67 h1:K/t9vBiexldPduAzBRzP4YVzCR89wLh0LZaCGv2RXy8= module git.kingecg.top/kingecg/gologger v0.0.0-20231128103222-d94313028a67 h1:K/t9vBiexldPduAzBRzP4YVzCR89wLh0LZaCGv2RXy8=
git.pyer.club/kingecg/gologger v0.0.0-20231128103222-d94313028a67/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY= git.kingecg.top/kingecg/gologger v0.0.0-20231128103222-d94313028a67/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY=
git.pyer.club/kingecg/gologger v0.0.0-20231129021656-bde229321f13 h1:4xSICvZKnnLca4RdmliOXilqfu5mOYIqpQlRWbI90dE= git.kingecg.top/kingecg/gologger v0.0.0-20231129021656-bde229321f13 h1:4xSICvZKnnLca4RdmliOXilqfu5mOYIqpQlRWbI90dE=
git.pyer.club/kingecg/gologger v0.0.0-20231129021656-bde229321f13/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY= git.kingecg.top/kingecg/gologger v0.0.0-20231129021656-bde229321f13/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

Binary file not shown.

View File

@ -5,8 +5,8 @@ import (
"strconv" "strconv"
"module git.kingecg.top/kingecg/gologger" "module git.kingecg.top/kingecg/gologger"
config "git.pyer.club/kingecg/gosocketio/config" config "git.kingecg.top/kingecg/gosocketio/config"
json "git.pyer.club/kingecg/gosocketio/json" json "git.kingecg.top/kingecg/gosocketio/json"
socketio "github.com/googollee/go-socket.io" socketio "github.com/googollee/go-socket.io"
) )