Skip to content

Commit ed81166

Browse files
authored
add global columnNameMapCache and global modelInstanceCache (#27)
* add global columnNameMapCache and global modelInstanceCache
1 parent 9f67fd7 commit ed81166

File tree

3 files changed

+21
-415
lines changed

3 files changed

+21
-415
lines changed

go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@ module github.com/acmestack/gorm-plus
33
go 1.18
44

55
require (
6-
github.com/dave/jennifer v1.4.0
7-
github.com/spf13/cobra v0.0.5
86
gorm.io/driver/mysql v1.4.4
97
gorm.io/gorm v1.24.2
10-
sigs.k8s.io/controller-tools v0.2.8
118
)
129

1310
require (
1411
github.com/go-sql-driver/mysql v1.6.0 // indirect
15-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
1612
github.com/jinzhu/inflection v1.0.0 // indirect
1713
github.com/jinzhu/now v1.1.5 // indirect
18-
github.com/spf13/pflag v1.0.5 // indirect
19-
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72 // indirect
20-
gopkg.in/yaml.v2 v2.2.4 // indirect
21-
sigs.k8s.io/yaml v1.1.0 // indirect
2214
)

0 commit comments

Comments
 (0)