set uuid and refresh token path
This commit is contained in:
5
go.mod
5
go.mod
@ -5,7 +5,12 @@ go 1.14
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/go-chi/chi v4.1.2+incompatible
|
||||
github.com/gofrs/uuid v3.3.0+incompatible
|
||||
github.com/jinzhu/gorm v1.9.14
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/yuin/goldmark v1.1.33 // indirect
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
||||
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user