goyave.dev/goyave/v4@v4.4.11/go.mod (about)

     1  module goyave.dev/goyave/v4
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/Code-Hex/uniseg v0.2.0
     7  	github.com/golang-jwt/jwt v3.2.2+incompatible
     8  	github.com/google/uuid v1.3.0
     9  	github.com/gorilla/websocket v1.5.0
    10  	github.com/imdario/mergo v0.3.15
    11  	github.com/stretchr/testify v1.8.2
    12  	golang.org/x/crypto v0.9.0
    13  	gorm.io/driver/mysql v1.5.0
    14  	gorm.io/driver/postgres v1.5.0
    15  	gorm.io/driver/sqlite v1.5.0
    16  	gorm.io/driver/sqlserver v1.4.3
    17  	gorm.io/gorm v1.25.1
    18  )
    19  
    20  require (
    21  	github.com/davecgh/go-spew v1.1.1 // indirect
    22  	github.com/go-sql-driver/mysql v1.7.1 // indirect
    23  	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
    24  	github.com/golang-sql/sqlexp v0.1.0 // indirect
    25  	github.com/jackc/pgpassfile v1.0.0 // indirect
    26  	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
    27  	github.com/jackc/pgx/v5 v5.3.1 // indirect
    28  	github.com/jinzhu/inflection v1.0.0 // indirect
    29  	github.com/jinzhu/now v1.1.5 // indirect
    30  	github.com/mattn/go-sqlite3 v1.14.16 // indirect
    31  	github.com/microsoft/go-mssqldb v0.21.0 // indirect
    32  	github.com/pmezard/go-difflib v1.0.0 // indirect
    33  	golang.org/x/text v0.9.0 // indirect
    34  	gopkg.in/yaml.v3 v3.0.1 // indirect
    35  )