This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-05-02 22:49:16 +00:00
|
|
|
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
|
2021-05-04 12:07:12 +00:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2021-05-02 22:49:16 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-05-04 12:07:12 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2021-05-02 22:49:16 +00:00
|
|
|
)
|