"chore: 更新依赖版本并添加CodeGPT API密钥配置"

This commit is contained in:
kingecg 2025-06-29 23:36:50 +08:00
parent 706bc7c014
commit 84b0e23f46
3 changed files with 13 additions and 16 deletions

View File

@ -1,3 +1,4 @@
{
"makefile.configureOnOpen": false
"makefile.configureOnOpen": false,
"CodeGPT.apiKey": "CodeGPT Plus Beta"
}

10
go.mod
View File

@ -1,10 +1,10 @@
module module git.kingecg.top/kingecg/gotunnelserver
module git.kingecg.top/kingecg/gotunnelserver
go 1.23.1
require (
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
git.kingecg.top/kingecg/command v1.0.1
git.kingecg.top/kingecg/goemitter v1.0.1
git.kingecg.top/kingecg/gologger v1.0.10
github.com/gorilla/websocket v1.5.3
)

16
go.sum
View File

@ -1,12 +1,8 @@
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=
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=
git.kingecg.top/kingecg/command v1.0.1 h1:TEaXrwreRc8WDq3Lpjl2LEoSCgruE/EEjH4xAzHda5o=
git.kingecg.top/kingecg/command v1.0.1/go.mod h1:AIDDNH6maOfDQG/cfpVQd1rS8S2kQIWt0nuO04n1pzY=
git.kingecg.top/kingecg/goemitter v1.0.1 h1:OlSMbYGcvE8Jd7Y/wWQDi4FeAbkliGTw/XOrRDonUQc=
git.kingecg.top/kingecg/goemitter v1.0.1/go.mod h1:hN4FRFSMcvor03AI9ZXpJkmh6MXBGZgDPpFQbtasFfI=
git.kingecg.top/kingecg/gologger v1.0.10 h1:o6CNJ3TM9wOnKsV0hNasSSmZXEOMl5mBXZDnKJnC0a0=
git.kingecg.top/kingecg/gologger v1.0.10/go.mod h1:auMA7VGipqttnF0jmtclhbaIr08gqtVPj6BSMknHTOE=
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=