chore: add gorilla/websocket

This commit is contained in:
trafficlunar 2024-11-27 20:59:54 +00:00
parent 2a3da71bad
commit 404b9a937e
2 changed files with 3 additions and 0 deletions

1
go.mod
View file

@ -6,6 +6,7 @@ require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/go-chi/httprate v0.14.1
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/lmittmann/tint v1.0.5
)