-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 838 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
module github.com/kunlun-qilian/confmysql/v2
go 1.17
require (
github.com/go-courier/envconf v1.4.0
github.com/go-courier/sqlx/v2 v2.23.11
github.com/spf13/cobra v1.6.1
)
require (
github.com/go-courier/enumeration v1.3.1 // indirect
github.com/go-courier/logr v0.0.2 // indirect
github.com/go-courier/x v0.0.10 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)