chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-25 23:02:12 +08:00
parent 7fc2d320fc
commit 5124b1c66f
12 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@ import (
"strconv" "strconv"
"sync" "sync"
"git.pyer.club/kingecg/goemitter" "module git.kingecg.top/kingecg/goemitter"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
ws "github.com/gorilla/websocket" ws "github.com/gorilla/websocket"
) )

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"time" "time"
"git.pyer.club/kingecg/goemitter" "module git.kingecg.top/kingecg/goemitter"
"git.pyer.club/kingecg/gotunnelserver/server" "git.pyer.club/kingecg/gotunnelserver/server"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
ws "github.com/gorilla/websocket" ws "github.com/gorilla/websocket"

2
go.mod
View File

@ -1,4 +1,4 @@
module git.pyer.club/kingecg/gotunnelserver module module git.kingecg.top/kingecg/gotunnelserver
go 1.23.1 go 1.23.1

2
go.sum
View File

@ -1,4 +1,4 @@
git.pyer.club/kingecg/command v0.0.0-20241024110012-525a2ad9662d h1:CIcY8L5FcGy1uO+GvdMeidjdfYSxwTEEEvt3WXBOQAU= module git.kingecg.top/kingecg/command v0.0.0-20241024110012-525a2ad9662d h1:CIcY8L5FcGy1uO+GvdMeidjdfYSxwTEEEvt3WXBOQAU=
git.pyer.club/kingecg/command v0.0.0-20241024110012-525a2ad9662d/go.mod h1:lnSzW19xOIlUwlewxHH0R4SIDO+a4++USjmMjo/jZB0= git.pyer.club/kingecg/command v0.0.0-20241024110012-525a2ad9662d/go.mod h1:lnSzW19xOIlUwlewxHH0R4SIDO+a4++USjmMjo/jZB0=
git.pyer.club/kingecg/command v0.0.0-20241115051719-6fd5111300dc h1:PVvfibld+xRlWIbBlprF0AaIuTpF5QeY3CqthCQP8lg= git.pyer.club/kingecg/command v0.0.0-20241115051719-6fd5111300dc h1:PVvfibld+xRlWIbBlprF0AaIuTpF5QeY3CqthCQP8lg=
git.pyer.club/kingecg/command v0.0.0-20241115051719-6fd5111300dc/go.mod h1:7j+/UU5URp7UkTbNtYDvZY3cFywuTRys1TmP3HbNX3A= git.pyer.club/kingecg/command v0.0.0-20241115051719-6fd5111300dc/go.mod h1:7j+/UU5URp7UkTbNtYDvZY3cFywuTRys1TmP3HbNX3A=

View File

@ -3,7 +3,7 @@ package server
import ( import (
"net/http" "net/http"
"git.pyer.club/kingecg/gotunnelserver/util" "module git.kingecg.top/kingecg/gotunnelserver/util"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )

View File

@ -3,7 +3,7 @@ package server
import ( import (
"net/http" "net/http"
"git.pyer.club/kingecg/gotunnelserver/util" "module git.kingecg.top/kingecg/gotunnelserver/util"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )

View File

@ -3,7 +3,7 @@ package server
import ( import (
"net/http" "net/http"
"git.pyer.club/kingecg/goemitter" "module git.kingecg.top/kingecg/goemitter"
"git.pyer.club/kingecg/gologger" "git.pyer.club/kingecg/gologger"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"

View File

@ -10,7 +10,7 @@ import (
"net/http" "net/http"
"git.pyer.club/kingecg/gologger" "module git.kingecg.top/kingecg/gologger"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )

View File

@ -4,7 +4,7 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"git.pyer.club/kingecg/goemitter" "module git.kingecg.top/kingecg/goemitter"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
"github.com/gorilla/websocket" "github.com/gorilla/websocket"
) )

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"strconv" "strconv"
"git.pyer.club/kingecg/command" "module git.kingecg.top/kingecg/command"
"git.pyer.club/kingecg/gotunnelserver/client" "git.pyer.club/kingecg/gotunnelserver/client"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"
) )

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"strconv" "strconv"
"git.pyer.club/kingecg/command" "module git.kingecg.top/kingecg/command"
"git.pyer.club/kingecg/gotunnelserver/client" "git.pyer.club/kingecg/gotunnelserver/client"
"git.pyer.club/kingecg/gotunnelserver/server" "git.pyer.club/kingecg/gotunnelserver/server"
"git.pyer.club/kingecg/gotunnelserver/util" "git.pyer.club/kingecg/gotunnelserver/util"

View File

@ -1,7 +1,7 @@
package main package main
import ( import (
"git.pyer.club/kingecg/gotunnelserver/server" "module git.kingecg.top/kingecg/gotunnelserver/server"
) )
func main() { func main() {