mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
42f9ba8efe
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
14 lines
347 B
Modula-2
14 lines
347 B
Modula-2
module goauthentik.io
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/getsentry/sentry-go v0.10.0 // indirect
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|