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-04-29 12:14:23 +0300
committerGitHub <noreply@github.com>2024-04-29 12:14:23 +0300
commit3129fdc103a28a499565d97f5869add402f3ae35 (patch)
tree324216ee8f61a44a9f57e579272c85a4b0fe2c9f /go.mod
parent2d209836900007b838c13ede66dd4855182bbe54 (diff)
Bump gorm.io/gorm from 1.25.9 to 1.25.10 (#2240)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.9 to 1.25.10. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.9...v1.25.10) --- 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 9636ac3d..fdd25025 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
golang.org/x/text v0.14.0
google.golang.org/grpc v1.63.2
gorm.io/driver/sqlite v1.5.5
- gorm.io/gorm v1.25.9
+ gorm.io/gorm v1.25.10
)
require (