-
- Downloads
implement github oauth, set demo to github auth
... | ... | @@ -3,17 +3,11 @@ module gitlab.127-0-0-1.fr/vx3r/wg-gen-web |
go 1.14 | ||
require ( | ||
github.com/appleboy/gin-jwt/v2 v2.6.3 // indirect | ||
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect | ||
github.com/coreos/go-oidc v2.2.1+incompatible | ||
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e | ||
github.com/gin-contrib/cors v1.3.1 | ||
github.com/gin-contrib/sessions v0.0.3 | ||
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2 | ||
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607 // indirect | ||
github.com/gin-gonic/gin v1.6.2 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/gorilla/sessions v1.2.0 // indirect | ||
github.com/joho/godotenv v1.3.0 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | ||
... | ... |
Please register or sign in to comment