aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 10:54:49 +0000
committerGitHub <noreply@github.com>2025-01-23 10:54:49 +0000
commitc1d9211105fdb864cffff511faeae166e477e541 (patch)
tree154491a89aacfb6f5b4f46254fe0a0cca31530ea /go.mod
parentfd2365851f4c7b05239256be54c4061c54822964 (diff)
downloadx-c1d9211105fdb864cffff511faeae166e477e541.tar.xz
x-c1d9211105fdb864cffff511faeae166e477e541.zip
build(deps): bump gorm.io/gorm from 1.25.10 to 1.25.12 (#659)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.12. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.10...v1.25.12) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 187fd4d..e6c9e9b 100644
--- a/go.mod
+++ b/go.mod
@@ -77,7 +77,7 @@ require (
golang.org/x/oauth2 v0.25.0
golang.org/x/sync v0.10.0
google.golang.org/grpc v1.64.1
- gorm.io/gorm v1.25.10
+ gorm.io/gorm v1.25.12
gorm.io/plugin/prometheus v0.1.0
nhooyr.io/websocket v1.8.11
)