gorm/go.mod
dependabot[bot] 30de7d2a96
chore(deps): bump github.com/jinzhu/now from 1.1.4 to 1.1.5
Bumps [github.com/jinzhu/now](https://github.com/jinzhu/now) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/jinzhu/now/releases)
- [Commits](https://github.com/jinzhu/now/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/jinzhu/now
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 07:14:41 +00:00

9 lines
109 B
Modula-2

module gorm.io/gorm
go 1.14
require (
github.com/jinzhu/inflection v1.0.0
github.com/jinzhu/now v1.1.5
)