github.com/System-Glitch/goyave/v3@v3.6.1-0.20210226143142-ac2fe42ee80e/go.mod (about)

     1  module github.com/System-Glitch/goyave/v3
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/Code-Hex/uniseg v0.2.0
     7  	github.com/denisenkom/go-mssqldb v0.9.0 // indirect
     8  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
     9  	github.com/google/uuid v1.1.5
    10  	github.com/gorilla/websocket v1.4.2
    11  	github.com/imdario/mergo v0.3.11
    12  	github.com/jackc/pgproto3/v2 v2.0.7 // indirect
    13  	github.com/mattn/go-sqlite3 v1.14.6 // indirect
    14  	github.com/stretchr/testify v1.7.0
    15  	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    16  	golang.org/x/text v0.3.5 // indirect
    17  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    18  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    19  	gorm.io/driver/mysql v1.0.3
    20  	gorm.io/driver/postgres v1.0.6
    21  	gorm.io/driver/sqlite v1.1.4
    22  	gorm.io/driver/sqlserver v1.0.5
    23  	gorm.io/gorm v1.20.11
    24  )