diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-25 18:34:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 18:34:05 +0800 |
commit | b4bb83e68f7ca6309413932063c6dedfb94d0211 (patch) | |
tree | ef4f6c6a39d154334df92cb52ddeedbe3dad1560 /go.mod | |
parent | 2989a5e0f5708c42ca12144de12851a980a08210 (diff) |
build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3 (#6397)
Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/go-gorm/mysql/releases)
- [Commits](https://github.com/go-gorm/mysql/compare/v1.0.2...v1.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ require ( gopkg.in/ini.v1 v1.62.0 gopkg.in/ldap.v2 v2.5.1 gopkg.in/macaron.v1 v1.3.9 - gorm.io/driver/mysql v1.0.2 + gorm.io/driver/mysql v1.0.3 gorm.io/driver/postgres v1.0.5 gorm.io/driver/sqlite v1.1.3 gorm.io/driver/sqlserver v1.0.5 |