Bump go.mongodb.org/mongo-driver from 1.17.6 to 1.17.7

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17.6...v1.17.7)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-version: 1.17.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-22 03:15:32 +00:00
committed by GitHub
parent 188c38fc28
commit 0b90b07305
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.24.0
require (
github.com/bluesky-social/indigo v0.0.0-20250516010818-f8de501bd6a0
github.com/gorilla/websocket v1.5.3
go.mongodb.org/mongo-driver v1.17.6
go.mongodb.org/mongo-driver v1.17.7
go.uber.org/automaxprocs v1.6.0
)