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-06-09 13:33:09 +0300
committerGitHub <noreply@github.com>2023-06-09 13:33:09 +0300
commitca10623e40fc5528cc7e674f7552e1e1c38678b7 (patch)
tree7926de76658c2c312017dfcc1cdc9d472cb14fd6 /go.mod
parent547e38079f50a38c7c4eb3c14b86b69f09089f43 (diff)
Bump gorm.io/driver/sqlite from 1.5.1 to 1.5.2 (#579)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.1 to 1.5.2. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.1...v1.5.2) --- 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 2b74b7af..ae6ea7d7 100644
--- a/go.mod
+++ b/go.mod
@@ -18,8 +18,8 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/text v0.9.0
google.golang.org/grpc v1.55.0
- gorm.io/driver/sqlite v1.5.1
- gorm.io/gorm v1.25.1
+ gorm.io/driver/sqlite v1.5.2
+ gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
)
require (