deps: bump the all-updates group across 1 directory with 2 updates

Bumps the all-updates group with 2 updates in the / directory: [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) and [gorm.io/driver/postgres](https://github.com/go-gorm/postgres).


Updates `github.com/minio/minio-go/v7` from 7.0.80 to 7.0.81
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.80...v7.0.81)

Updates `gorm.io/driver/postgres` from 1.5.9 to 1.5.10
- [Commits](https://github.com/go-gorm/postgres/compare/v1.5.9...v1.5.10)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-26 15:19:11 +00:00
committed by GitHub
parent 1a92815656
commit 7862e810e4
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/minio/minio-go/v7 v7.0.80
github.com/minio/minio-go/v7 v7.0.81
github.com/redis/go-redis/v9 v9.7.0
github.com/shirou/gopsutil/v3 v3.24.5
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
@ -15,7 +15,7 @@ require (
golang.org/x/crypto v0.29.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.9
gorm.io/driver/postgres v1.5.10
gorm.io/gorm v1.25.12
)