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-08-17 14:51:15 +0300
committerGitHub <noreply@github.com>2023-08-17 14:51:15 +0300
commitdd177b19f758b37c4cee727208de0976bb9a268f (patch)
tree326f3bf97a5411d608254712a19319038e5a9bf5 /go.mod
parentae7283fc730fd64ab91f39c2c8947efce1009525 (diff)
Bump gorm.io/driver/sqlite from 1.5.2 to 1.5.3 (#919)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.2 to 1.5.3. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.2...v1.5.3) --- 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 533b2d43..40700e09 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/text v0.12.0
google.golang.org/grpc v1.57.0
- gorm.io/driver/sqlite v1.5.2
+ gorm.io/driver/sqlite v1.5.3
gorm.io/gorm v1.25.3
)