From ce63bcd700319a1339f86b7b17a6308b3edaf958 Mon Sep 17 00:00:00 2001 From: kingecg Date: Thu, 26 Jun 2025 00:01:10 +0800 Subject: [PATCH] chore: update module path to git.kingecg.top --- client/dataconn.go | 2 +- client/main.go | 4 ++-- go.mod | 6 +++--- go.sum | 18 +++++++++--------- server/handlePipe.go | 4 ++-- server/main.go | 2 +- server/session.go | 2 +- tunnelagent/main.go | 4 ++-- tunnelclient/main.go | 6 +++--- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/client/dataconn.go b/client/dataconn.go index 6c54ac4..73448bf 100644 --- a/client/dataconn.go +++ b/client/dataconn.go @@ -10,7 +10,7 @@ import ( "sync" "module git.kingecg.top/kingecg/goemitter" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/util" ws "github.com/gorilla/websocket" ) diff --git a/client/main.go b/client/main.go index 9f0b902..f90088f 100644 --- a/client/main.go +++ b/client/main.go @@ -7,8 +7,8 @@ import ( "time" "module git.kingecg.top/kingecg/goemitter" - "git.pyer.club/kingecg/gotunnelserver/server" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/server" + "git.kingecg.top/kingecg/gotunnelserver/util" ws "github.com/gorilla/websocket" ) diff --git a/go.mod b/go.mod index 9a24266..128216f 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module module git.kingecg.top/kingecg/gotunnelserver go 1.23.1 require ( - git.pyer.club/kingecg/command v0.0.0-20241115071005-9f26d1cf2992 // indirect - git.pyer.club/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082 // indirect - git.pyer.club/kingecg/gologger v1.0.5 // indirect + git.kingecg.top/kingecg/command v0.0.0-20241115071005-9f26d1cf2992 // indirect + git.kingecg.top/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082 // indirect + git.kingecg.top/kingecg/gologger v1.0.5 // indirect github.com/gorilla/websocket v1.5.3 // indirect ) diff --git a/go.sum b/go.sum index 9ddd6b3..9d6f199 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,12 @@ 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-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-20241115071005-9f26d1cf2992 h1:QurLvSlNSU2TjTVe9h9+N9QVZEvSXuz9POebExqhfOo= -git.pyer.club/kingecg/command v0.0.0-20241115071005-9f26d1cf2992/go.mod h1:7j+/UU5URp7UkTbNtYDvZY3cFywuTRys1TmP3HbNX3A= -git.pyer.club/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082 h1:U7Jbet3zObT2qPJ2g408Z9OUvR6phQyHOoHeidM5zUg= -git.pyer.club/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082/go.mod h1:2jbknDqoWH41M3MQ9pQZDKBiNtDmNgPcM3XfkE9YkbQ= -git.pyer.club/kingecg/gologger v1.0.5 h1:L/N/bleGHhEiaBYBf9U1z2ni0HfhaU71pk8ik/D11oo= -git.pyer.club/kingecg/gologger v1.0.5/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY= +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= +git.kingecg.top/kingecg/command v0.0.0-20241115071005-9f26d1cf2992 h1:QurLvSlNSU2TjTVe9h9+N9QVZEvSXuz9POebExqhfOo= +git.kingecg.top/kingecg/command v0.0.0-20241115071005-9f26d1cf2992/go.mod h1:7j+/UU5URp7UkTbNtYDvZY3cFywuTRys1TmP3HbNX3A= +git.kingecg.top/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082 h1:U7Jbet3zObT2qPJ2g408Z9OUvR6phQyHOoHeidM5zUg= +git.kingecg.top/kingecg/goemitter v0.0.0-20240919084107-533c3d1be082/go.mod h1:2jbknDqoWH41M3MQ9pQZDKBiNtDmNgPcM3XfkE9YkbQ= +git.kingecg.top/kingecg/gologger v1.0.5 h1:L/N/bleGHhEiaBYBf9U1z2ni0HfhaU71pk8ik/D11oo= +git.kingecg.top/kingecg/gologger v1.0.5/go.mod h1:SNSl2jRHPzIpHSzdKOoVG798rtYMjPDPFyxUrEgivkY= github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= diff --git a/server/handlePipe.go b/server/handlePipe.go index 6081df5..0aa08a2 100644 --- a/server/handlePipe.go +++ b/server/handlePipe.go @@ -4,8 +4,8 @@ import ( "net/http" "module git.kingecg.top/kingecg/goemitter" - "git.pyer.club/kingecg/gologger" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gologger" + "git.kingecg.top/kingecg/gotunnelserver/util" "github.com/gorilla/websocket" ) diff --git a/server/main.go b/server/main.go index 1cb5e5f..4b0c9af 100644 --- a/server/main.go +++ b/server/main.go @@ -11,7 +11,7 @@ import ( "net/http" "module git.kingecg.top/kingecg/gologger" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/util" "github.com/gorilla/websocket" ) diff --git a/server/session.go b/server/session.go index 46cc423..fcf3605 100644 --- a/server/session.go +++ b/server/session.go @@ -5,7 +5,7 @@ import ( "encoding/json" "module git.kingecg.top/kingecg/goemitter" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/util" "github.com/gorilla/websocket" ) diff --git a/tunnelagent/main.go b/tunnelagent/main.go index acbfdec..b0d8e18 100644 --- a/tunnelagent/main.go +++ b/tunnelagent/main.go @@ -6,8 +6,8 @@ import ( "strconv" "module git.kingecg.top/kingecg/command" - "git.pyer.club/kingecg/gotunnelserver/client" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/client" + "git.kingecg.top/kingecg/gotunnelserver/util" ) type TunnelAgent struct { diff --git a/tunnelclient/main.go b/tunnelclient/main.go index afa6743..6e1385a 100644 --- a/tunnelclient/main.go +++ b/tunnelclient/main.go @@ -6,9 +6,9 @@ import ( "strconv" "module git.kingecg.top/kingecg/command" - "git.pyer.club/kingecg/gotunnelserver/client" - "git.pyer.club/kingecg/gotunnelserver/server" - "git.pyer.club/kingecg/gotunnelserver/util" + "git.kingecg.top/kingecg/gotunnelserver/client" + "git.kingecg.top/kingecg/gotunnelserver/server" + "git.kingecg.top/kingecg/gotunnelserver/util" ) type TunnelClient struct {