2020-07-16 11:21:17 +02:00
|
|
|
module forge.cadoles.com/mlamalle/go-jwtserver
|
2020-07-16 10:51:50 +02:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-07-21 11:08:01 +02:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
2020-07-16 10:51:50 +02:00
|
|
|
github.com/jinzhu/gorm v1.9.14
|
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-07-21 11:08:01 +02:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
|
|
github.com/yuin/goldmark v1.1.33 // indirect
|
2020-07-16 10:51:50 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2020-07-21 11:08:01 +02:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
|
2020-07-16 10:51:50 +02:00
|
|
|
)
|