-
- Downloads
fix(deps): update module gorm.io/gorm to v1.30.0
... | @@ -8,7 +8,7 @@ require ( | ... | @@ -8,7 +8,7 @@ require ( |
golang.org/x/oauth2 v0.16.0 | golang.org/x/oauth2 v0.16.0 | ||
gorm.io/driver/mysql v1.5.7 | gorm.io/driver/mysql v1.5.7 | ||
gorm.io/driver/sqlite v1.5.4 | gorm.io/driver/sqlite v1.5.4 | ||
gorm.io/gorm v1.25.7 | gorm.io/gorm v1.30.0 | ||
) | ) | ||
require ( | require ( | ||
... | @@ -17,6 +17,7 @@ require ( | ... | @@ -17,6 +17,7 @@ require ( |
github.com/jinzhu/inflection v1.0.0 // indirect | github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.19 // indirect | github.com/mattn/go-sqlite3 v1.14.19 // indirect | ||
golang.org/x/text v0.20.0 // indirect | |||
google.golang.org/appengine v1.6.8 // indirect | google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | google.golang.org/protobuf v1.32.0 // indirect | ||
) | ) |
Please register or sign in to comment