github.com/go-courier/sqlx/v2@v2.23.13/go.mod (about)

     1  module github.com/go-courier/sqlx/v2
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/DATA-DOG/go-sqlmock v1.5.0
     7  	github.com/go-courier/codegen v1.1.2
     8  	github.com/go-courier/enumeration v1.3.1
     9  	github.com/go-courier/logr v0.0.2
    10  	github.com/go-courier/metax v1.3.0
    11  	github.com/go-courier/packagesx v1.0.2
    12  	github.com/go-courier/x v0.0.10
    13  	github.com/go-sql-driver/mysql v1.6.0
    14  	github.com/google/uuid v1.3.0
    15  	github.com/lib/pq v1.10.3
    16  	github.com/onsi/gomega v1.16.0
    17  	github.com/pkg/errors v0.9.1
    18  )
    19  
    20  require (
    21  	golang.org/x/mod v0.5.0 // indirect
    22  	golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
    23  	golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
    24  	golang.org/x/text v0.3.7 // indirect
    25  	golang.org/x/tools v0.1.5 // indirect
    26  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    27  	gopkg.in/yaml.v2 v2.4.0 // indirect
    28  )