-
-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 625 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module gorm.io/gen
go 1.18
require (
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
golang.org/x/tools v0.17.0
gorm.io/datatypes v1.2.4
gorm.io/gorm v1.25.12
gorm.io/hints v1.1.0
gorm.io/plugin/dbresolver v1.5.3
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
gorm.io/driver/mysql v1.5.7 // indirect
)