Skip to content

Commit

Permalink
Merge pull request go-gorm#137 from go-gorm/dependabot/go_modules/gor…
Browse files Browse the repository at this point in the history
…m.io/driver/sqlite-1.1.2

Bump gorm.io/driver/sqlite from 1.1.1 to 1.1.2
  • Loading branch information
jinzhu authored Sep 11, 2020
2 parents 08299bc + 00a00d2 commit 466eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
gorm.io/driver/mysql v1.0.1
gorm.io/driver/postgres v1.0.0
gorm.io/driver/sqlite v1.1.1
gorm.io/driver/sqlite v1.1.2
gorm.io/driver/sqlserver v1.0.3
gorm.io/gorm v1.20.1
)
Expand Down

0 comments on commit 466eebb

Please sign in to comment.