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-03-20 13:43:47 +0300
committerGitHub <noreply@github.com>2024-03-20 13:43:47 +0300
commitb9a5fd2c095e3dd64ce68c20135ccedbc3e40340 (patch)
treec7be0b5fcfaea11c9537ed251b9ac61bbc1d292c /go.mod
parent0bec29f2ba5d92087704d997b9d116f0b352cf2d (diff)
Bump gorm.io/gorm from 1.25.7 to 1.25.8 (#2095)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.7 to 1.25.8. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.7...v1.25.8) --- 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 4a680303..d0acfc2d 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
golang.org/x/text v0.14.0
google.golang.org/grpc v1.62.1
gorm.io/driver/sqlite v1.5.5
- gorm.io/gorm v1.25.7
+ gorm.io/gorm v1.25.8
)
require (