index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
go.mod
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05 16:48:54 +0800
committer
GitHub <noreply@github.com>
2022-04-05 16:48:54 +0800
commit
8acbc2d1dea2b6abffe6bc48d797bbde045be310
(
patch
)
tree
b8a49fe6054ed37687285930a1474f9ee6d0bbdd
/
go.mod
parent
f37a8d82c194305207807883786d5299dc139f89
(
diff
)
mod: bump gorm.io/gorm from 1.23.3 to 1.23.4 (#6891)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat
(limited to 'go.mod')
-rw-r--r--
go.mod
2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 04748625..9f99cc72 100644
--- a/
go.mod
+++ b/
go.mod
@@ -63,7 +63,7 @@ require (
gorm.io/driver/postgres v1.3.3
gorm.io/driver/sqlite v1.1.4
gorm.io/driver/sqlserver v1.3.1
- gorm.io/gorm v1.23.3
+ gorm.io/gorm v1.23.4
unknwon.dev/clog/v2 v2.2.0
xorm.io/builder v0.3.6
xorm.io/core v0.7.2