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-04-11 15:11:56 +0300
committerGitHub <noreply@github.com>2023-04-11 15:11:56 +0300
commit6a4302e45d95f66a53fd5726e072bea0cace1a87 (patch)
tree880428437863d44e13f6d507b6792ea056a97d1b /go.mod
parent7412bf17a927df4715b65962de5f683dade83395 (diff)
Bump gorm.io/driver/sqlite from 1.4.4 to 1.5.0
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/go-gorm/sqlite/releases) - [Commits](https://github.com/go-gorm/sqlite/compare/v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-minor ... 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 69ad4f1b..304a8f4d 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
go.uber.org/atomic v1.10.0
golang.org/x/text v0.9.0
google.golang.org/grpc v1.54.0
- gorm.io/driver/sqlite v1.4.4
+ gorm.io/driver/sqlite v1.5.0
gorm.io/gorm v1.25.0
)