We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f67fd7 commit ed81166Copy full SHA for ed81166
go.mod
@@ -3,20 +3,12 @@ module github.com/acmestack/gorm-plus
3
go 1.18
4
5
require (
6
- github.com/dave/jennifer v1.4.0
7
- github.com/spf13/cobra v0.0.5
8
gorm.io/driver/mysql v1.4.4
9
gorm.io/gorm v1.24.2
10
- sigs.k8s.io/controller-tools v0.2.8
11
)
12
13
14
github.com/go-sql-driver/mysql v1.6.0 // indirect
15
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
16
github.com/jinzhu/inflection v1.0.0 // indirect
17
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
22
0 commit comments