goyave.dev/goyave/v5@v5.0.0-rc9.0.20240517145003-d3f977d0b9f3/go.mod (about)

     1  module goyave.dev/goyave/v5
     2  
     3  go 1.21
     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.6.0
     9  	github.com/gorilla/websocket v1.5.1
    10  	github.com/samber/lo v1.39.0
    11  	github.com/stretchr/testify v1.8.4
    12  	golang.org/x/crypto v0.23.0
    13  	gorm.io/driver/mysql v1.5.6
    14  	gorm.io/driver/postgres v1.5.7
    15  	gorm.io/driver/sqlite v1.5.5
    16  	gorm.io/driver/sqlserver v1.5.3
    17  	gorm.io/gorm v1.25.10
    18  	goyave.dev/copier v0.4.3
    19  )
    20  
    21  require (
    22  	filippo.io/edwards25519 v1.1.0 // indirect
    23  	github.com/davecgh/go-spew v1.1.1 // indirect
    24  	github.com/go-sql-driver/mysql v1.8.1 // indirect
    25  	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
    26  	github.com/golang-sql/sqlexp v0.1.0 // indirect
    27  	github.com/jackc/pgpassfile v1.0.0 // indirect
    28  	github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
    29  	github.com/jackc/pgx/v5 v5.5.5 // indirect
    30  	github.com/jackc/puddle/v2 v2.2.1 // indirect
    31  	github.com/jinzhu/inflection v1.0.0 // indirect
    32  	github.com/jinzhu/now v1.1.5 // indirect
    33  	github.com/kr/text v0.2.0 // indirect
    34  	github.com/mattn/go-sqlite3 v1.14.22 // indirect
    35  	github.com/microsoft/go-mssqldb v1.7.1 // indirect
    36  	github.com/pmezard/go-difflib v1.0.0 // indirect
    37  	github.com/rogpeppe/go-internal v1.10.0 // indirect
    38  	golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
    39  	golang.org/x/net v0.25.0 // indirect
    40  	golang.org/x/sync v0.7.0 // indirect
    41  	golang.org/x/text v0.15.0 // indirect
    42  	gopkg.in/yaml.v3 v3.0.1 // indirect
    43  )