-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 876 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
28
module github.com/kunlun-qilian/confpostgres
go 1.17
require (
github.com/go-courier/envconf v1.4.0
github.com/kunlun-qilian/sqlx/v3 v3.0.0
github.com/onsi/gomega v1.30.0
github.com/spf13/cobra v1.8.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
)
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.1.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)