-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
28 lines (25 loc) · 844 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/go-courier/sqlx/v2
go 1.17
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-courier/codegen v1.1.2
github.com/go-courier/enumeration v1.3.1
github.com/go-courier/logr v0.0.2
github.com/go-courier/metax v1.3.0
github.com/go-courier/packagesx v1.0.2
github.com/go-courier/x v0.0.10
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/lib/pq v1.10.3
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
)
require (
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)