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-10-18 18:34:13 +0800
committer
GitHub <noreply@github.com>
2022-10-18 18:34:13 +0800
commit
689991578ebce05bfb8dd3e7f98f8bb081440e7f
(
patch
)
tree
fed3cdd2cf60002f44f63768a5d960f538fb9ba2
/
go.mod
parent
a9bce79c6b702196b0cff091faf7e5d65b4bcb12
(
diff
)
mod: bump gorm.io/driver/mysql from 1.4.1 to 1.4.3 (#7189)
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 99560449..cff5af13 100644
--- a/
go.mod
+++ b/
go.mod
@@ -49,7 +49,7 @@ require (
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.4.0
- gorm.io/driver/mysql v1.4.1
+ gorm.io/driver/mysql v1.4.3
gorm.io/driver/postgres v1.4.4
gorm.io/driver/sqlite v1.4.2
gorm.io/driver/sqlserver v1.4.1