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>2023-10-13 16:23:14 +0300
committerGitHub <noreply@github.com>2023-10-13 16:23:14 +0300
commite08ddc82ba6cb1b962d926b949fd7ea8c2807c13 (patch)
tree23b93358eb94e1165f920c029690dd77662f6d70 /go.mod
parente87fbbfde4db6fbf6bd273477f3296521f2d4048 (diff)
Bump gorm.io/gorm from 1.25.4 to 1.25.5 (#1119)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to 1.25.5. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.4...v1.25.5) --- 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 72498310..4f80c87c 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
golang.org/x/text v0.13.0
google.golang.org/grpc v1.58.3
gorm.io/driver/sqlite v1.5.4
- gorm.io/gorm v1.25.4
+ gorm.io/gorm v1.25.5
)
require (