Merge pull request #12 from aykhans/dependabot/go_modules/github.com/gorilla/websocket-1.5.3

Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3
This commit is contained in:
2025-10-25 17:21:54 +04:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

3
go.mod
View File

@@ -4,7 +4,7 @@ go 1.24.0
require (
github.com/bluesky-social/indigo v0.0.0-20250516010818-f8de501bd6a0
github.com/gorilla/websocket v1.5.1
github.com/gorilla/websocket v1.5.3
go.mongodb.org/mongo-driver v1.17.3
go.uber.org/automaxprocs v1.6.0
)
@@ -103,7 +103,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/term v0.36.0