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-03-06 13:18:56 +0300
committerGitHub <noreply@github.com>2023-03-06 13:18:56 +0300
commit529eb3088a553054e47f6c67c693d3e6cf068e7c (patch)
tree69c3a0878b961c22153d0418d5f50f9404e24d9b /go.mod
parentf0de1e5a62d0947d7ff39e36398c3ba0017da7e0 (diff)
Bump gorm.io/gorm from 1.24.5 to 1.24.6
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.5 to 1.24.6. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.24.5...v1.24.6) --- 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>
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 5503356e..3446bcd3 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
golang.org/x/text v0.7.0
google.golang.org/grpc v1.53.0
gorm.io/driver/sqlite v1.4.4
- gorm.io/gorm v1.24.5
+ gorm.io/gorm v1.24.6
)
require (