-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 835 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module gitee.com/zhaochuninhefei/footprint-go
go 1.17
require (
gitee.com/zhaochuninhefei/zcgolog v0.0.22
gitee.com/zhaochuninhefei/zcutils-go v0.0.7
github.com/stretchr/testify v1.8.1
gorm.io/driver/mysql v1.4.5
gorm.io/gen v0.3.20
gorm.io/gorm v1.24.3
gorm.io/plugin/dbresolver v1.3.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/datatypes v1.0.7 // indirect
gorm.io/hints v1.1.0 // indirect
)