chore: add dependencies

- add github.com/go-chi/chi
This commit is contained in:
2025-12-16 14:03:04 +08:00
parent 6a386eb9a0
commit 736d4f550c
2 changed files with 5 additions and 1 deletions

4
go.mod
View File

@ -2,4 +2,6 @@ module git.jinshen.cn/remilia/push-server
go 1.25.5
require github.com/coder/websocket v1.8.14 // indirect
require github.com/coder/websocket v1.8.14
require github.com/go-chi/chi/v5 v5.2.3 // indirect