2021-05-02 22:49:16 +00:00
|
|
|
module goauthentik.io
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-08-09 07:02:29 +00:00
|
|
|
github.com/Netflix/go-env v0.0.0-20210215222557-e437a7e7f9fb
|
2021-06-16 10:02:02 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2021-09-08 18:04:56 +00:00
|
|
|
github.com/garyburd/redigo v1.6.2 // indirect
|
2021-12-23 08:54:46 +00:00
|
|
|
github.com/getsentry/sentry-go v0.12.0
|
2022-02-16 08:10:04 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.2
|
2022-02-07 09:04:05 +00:00
|
|
|
github.com/go-openapi/runtime v0.23.0
|
2022-02-07 09:03:20 +00:00
|
|
|
github.com/go-openapi/strfmt v0.21.2
|
2021-09-08 18:04:56 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2021-07-17 17:38:33 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-06-16 10:05:30 +00:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-08 18:04:56 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
2022-02-16 08:09:39 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2021-06-16 10:05:30 +00:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-06-16 10:02:02 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-08-09 07:02:29 +00:00
|
|
|
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484
|
2021-10-28 07:48:31 +00:00
|
|
|
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
|
2021-09-09 06:20:22 +00:00
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2021-06-16 10:02:02 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
|
2022-01-31 08:02:56 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
|
2021-05-02 22:49:16 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-01-31 08:02:56 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-01-10 09:03:48 +00:00
|
|
|
goauthentik.io/api v0.2021125.1
|
2022-01-20 07:44:01 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
2021-12-06 07:39:26 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-06-16 10:02:02 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-09-08 18:04:56 +00:00
|
|
|
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
|
2021-06-16 10:02:02 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
2021-06-16 10:05:30 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-05-02 22:49:16 +00:00
|
|
|
)
|