-
- Downloads
fix(deps): update module gorm.io/driver/mysql to v1.6.0
parent
186b73df
No related branches found
No related tags found
... | ... | @@ -6,17 +6,19 @@ require ( |
github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/google/uuid v1.5.0 | ||
golang.org/x/oauth2 v0.16.0 | ||
gorm.io/driver/mysql v1.5.7 | ||
gorm.io/driver/mysql v1.6.0 | ||
gorm.io/driver/sqlite v1.5.4 | ||
gorm.io/gorm v1.25.7 | ||
gorm.io/gorm v1.30.0 | ||
) | ||
require ( | ||
github.com/go-sql-driver/mysql v1.7.1 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // 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/protobuf v1.32.0 // indirect | ||
) |
Please register or sign in to comment