2020-07-10 18:07:41 +02:00
|
|
|
module forge.cadoles.com/Cadoles/daddy
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
forge.cadoles.com/wpetit/goweb-oidc v0.0.0-20200619080035-4bbf7b016032
|
2020-07-13 09:20:14 +02:00
|
|
|
github.com/99designs/gqlgen v0.11.3
|
2020-07-10 18:07:41 +02:00
|
|
|
github.com/caarlos0/env/v6 v6.2.2
|
2020-07-13 12:01:20 +02:00
|
|
|
github.com/cortesi/modd v0.0.0-20200630120222-8983974e5450 // indirect
|
2020-07-10 18:07:41 +02:00
|
|
|
github.com/go-chi/chi v4.1.0+incompatible
|
|
|
|
github.com/gorilla/sessions v1.2.0
|
2020-07-13 09:20:14 +02:00
|
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
|
|
github.com/jackc/pgx/v4 v4.7.1
|
2020-07-10 18:07:41 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-13 09:20:14 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
|
|
|
gitlab.com/wpetit/goweb v0.0.0-20200707070104-985ce3eba3c2
|
2020-07-10 18:07:41 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|