chore: update packages

This commit is contained in:
trafficlunar 2025-01-16 21:59:51 +00:00
parent 87365c859c
commit fa0f5119bd
2 changed files with 6 additions and 2 deletions

4
go.mod
View file

@ -3,12 +3,12 @@ module backend
go 1.23.1
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/chi/v5 v5.2.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
github.com/lmittmann/tint v1.0.6
)
require github.com/cespare/xxhash/v2 v2.3.0 // indirect