github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/go.mod (about)

     1  module github.com/System-Glitch/goyave/v2
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/Code-Hex/uniseg v0.2.0
     7  	github.com/davecgh/go-spew v1.1.1 // indirect
     8  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
     9  	github.com/google/uuid v1.1.1
    10  	github.com/imdario/mergo v0.3.11
    11  	github.com/jinzhu/gorm v1.9.16
    12  	github.com/stretchr/testify v1.6.1
    13  	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
    14  	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
    15  )