gorm/go.mod
dependabot[bot] 7f383863d4
Bump github.com/jinzhu/now from 1.1.3 to 1.1.4
Bumps [github.com/jinzhu/now](https://github.com/jinzhu/now) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/jinzhu/now/releases)
- [Commits](https://github.com/jinzhu/now/compare/v1.1.3...v1.1.4)

---
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>
2021-12-06 07:09:02 +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.4
)