-
- Downloads
fix(deps): update module gorm.io/driver/sqlite to v1.5.3
... | @@ -6,8 +6,8 @@ require ( | ... | @@ -6,8 +6,8 @@ require ( |
github.com/go-chi/chi/v5 v5.0.8 | github.com/go-chi/chi/v5 v5.0.8 | ||
golang.org/x/oauth2 v0.4.0 | golang.org/x/oauth2 v0.4.0 | ||
gorm.io/driver/mysql v1.4.7 | gorm.io/driver/mysql v1.4.7 | ||
gorm.io/driver/sqlite v1.4.4 | gorm.io/driver/sqlite v1.5.3 | ||
gorm.io/gorm v1.24.5 | gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 | ||
) | ) | ||
require ( | require ( | ||
... | @@ -15,7 +15,7 @@ require ( | ... | @@ -15,7 +15,7 @@ require ( |
github.com/golang/protobuf v1.5.2 // indirect | github.com/golang/protobuf v1.5.2 // indirect | ||
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.15 // indirect | github.com/mattn/go-sqlite3 v1.14.17 // indirect | ||
golang.org/x/net v0.8.0 // indirect | golang.org/x/net v0.8.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | google.golang.org/protobuf v1.28.0 // indirect | ||
... | ... |
Please register or sign in to comment