chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-26 01:13:44 +08:00
parent ce63bcd700
commit 706bc7c014
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

2
go.sum
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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