mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
chore: update packages
This commit is contained in:
parent
3e96f78c4b
commit
72fe3acb45
2 changed files with 6 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,12 +3,12 @@ module backend
|
|||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.2.0
|
||||
github.com/go-chi/chi/v5 v5.2.1
|
||||
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.6
|
||||
github.com/lmittmann/tint v1.0.7
|
||||
)
|
||||
|
||||
require github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue