2020-05-20 10:43:12 +02:00
|
|
|
module forge.cadoles.com/wpetit/goweb-oidc
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-05-20 19:23:01 +02:00
|
|
|
github.com/caarlos0/env/v6 v6.2.2
|
2023-11-02 18:21:54 +01:00
|
|
|
github.com/coreos/go-oidc/v3 v3.7.0
|
2020-05-20 10:43:12 +02:00
|
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
|
2022-08-10 11:11:22 +02:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2020-05-20 10:43:12 +02:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
gitlab.com/wpetit/goweb v0.0.0-20200418152305-76dea96a46ce
|
2023-11-02 18:21:54 +01:00
|
|
|
golang.org/x/oauth2 v0.13.0
|
2020-05-20 10:43:12 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|