chore: add dependencies

- add github.com/coder/websocket
This commit is contained in:
2025-12-16 11:21:23 +08:00
parent 8a1d56e45f
commit 6a386eb9a0
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module git.jinshen.cn/remilia/push-server module git.jinshen.cn/remilia/push-server
go 1.25.5 go 1.25.5
require github.com/coder/websocket v1.8.14 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=