Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-09 18:58:47 +0300
committerGitHub <noreply@github.com>2024-09-09 18:58:47 +0300
commitf4bb6b0517bf1ff5975ac74c9931cd0629ef1997 (patch)
tree391bd7ac7c7545337630870ce5b18a137f8333f9 /go.mod
parent575234ac37b20bb5e20120f07c036708fc8c2074 (diff)
Bump gorm.io/gorm from 1.25.11 to 1.25.12 (#2543)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.11 to 1.25.12. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.11...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 72f9991b..59e880c6 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
golang.org/x/text v0.18.0
google.golang.org/grpc v1.66.0
gorm.io/driver/sqlite v1.5.6
- gorm.io/gorm v1.25.11
+ gorm.io/gorm v1.25.12
)
require (