-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 757 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/DataWorkbench/account
go 1.15
require (
github.com/DataWorkbench/common v0.0.0-20220302052704-0006ef1922e6
github.com/DataWorkbench/glog v0.0.0-20220302035436-25a1ae256704
github.com/DataWorkbench/gproto v0.0.0-20220607063951-57522b0de3f6
github.com/DataWorkbench/loader v0.0.0-20210808061751-6e1ba7df5cdd
github.com/a8m/envsubst v1.3.0
github.com/go-playground/validator/v10 v10.6.1
github.com/go-redis/redis/v8 v8.11.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0
github.com/yunify/qingcloud-sdk-go v2.0.0-alpha.38+incompatible
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/gorm v1.20.6
)