gorm/tests/go.mod
dependabot[bot] e7511ba1bc
Bump gorm.io/gorm from 1.21.14 to 1.21.15 in /tests
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.21.14 to 1.21.15.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.21.14...v1.21.15)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 07:13:55 +00:00

17 lines
312 B
Modula-2

module gorm.io/gorm/tests
go 1.14
require (
github.com/google/uuid v1.3.0
github.com/jinzhu/now v1.1.2
github.com/lib/pq v1.10.3
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/driver/sqlserver v1.0.9
gorm.io/gorm v1.21.15
)
replace gorm.io/gorm => ../