chore: update module path to git.kingecg.top
This commit is contained in:
parent
ce63bcd700
commit
706bc7c014
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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
2
go.sum
|
@ -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=
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"module git.kingecg.top/kingecg/gotunnelserver/server"
|
||||
"git.kingecg.top/kingecg/gotunnelserver/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue