mirror of
https://github.com/go-gorm/gorm.git
synced 2025-03-14 09:56:52 +00:00
10 lines
136 B
Modula-2
10 lines
136 B
Modula-2
module gorm.io/gorm
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0
|
|
github.com/jinzhu/now v1.1.5
|
|
golang.org/x/text v0.20.0
|
|
)
|