chore: update deps

This commit is contained in:
2025-10-19 22:50:58 +02:00
parent 1756794679
commit 832b0b099a
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module spore-gateway
go 1.21
require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/sirupsen/logrus v1.9.3
)