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-07-01 15:27:07 +0300
committerGitHub <noreply@github.com>2023-07-01 15:27:07 +0300
commit44b34c437ed2119ca98fd9bf35e09948a9a6b9fe (patch)
treef229914f8f5281fdbe102890808ab413a0790f65 /go.mod
parent467c5f807edf786db9d4b40d37b95116e603e9b7 (diff)
Bump gorm.io/gorm from 1.25.2-0.20230530020048-26663ab9bf55 to 1.25.2 (#675)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.2-0.20230530020048-26663ab9bf55 to 1.25.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/commits/v1.25.2) --- 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 cb2c511b..b4540984 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
golang.org/x/text v0.10.0
google.golang.org/grpc v1.56.1
gorm.io/driver/sqlite v1.5.2
- gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
+ gorm.io/gorm v1.25.2
)
require (