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-02-06 12:31:35 +0300
committerGitHub <noreply@github.com>2024-02-06 12:31:35 +0300
commit182710b86c3ded55b5e4a3c09bdccddd117246f2 (patch)
tree1d2ae65323c7ae3f00ecd56a93d960d505a0a8fe /go.mod
parent4a1387ea83a417f4c40cb857965c4fc2c789008b (diff)
Bump gorm.io/driver/sqlite from 1.5.4 to 1.5.5 (#1762)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.4 to 1.5.5. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.4...v1.5.5) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlite 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index add0aa22..00b0f912 100644
--- a/go.mod
+++ b/go.mod
@@ -18,8 +18,8 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/text v0.14.0
google.golang.org/grpc v1.61.0
- gorm.io/driver/sqlite v1.5.4
- gorm.io/gorm v1.25.6
+ gorm.io/driver/sqlite v1.5.5
+ gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
)
require (