2019-12-24 02:14:52 +00:00
|
|
|
module github.com/authelia/authelia
|
2019-10-28 22:54:04 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-04-28 14:07:20 +00:00
|
|
|
aletheia.icu/broccoli/fs v0.0.0-20200420200651-c5ac961a357a
|
2019-11-16 19:50:58 +00:00
|
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
2020-03-19 01:33:00 +00:00
|
|
|
github.com/Workiva/go-datastructures v1.0.52
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
2019-11-30 16:49:52 +00:00
|
|
|
github.com/deckarep/golang-set v1.7.1
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
2019-11-16 19:50:58 +00:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
2020-05-10 23:16:49 +00:00
|
|
|
github.com/fasthttp/router v1.1.0
|
2020-04-14 23:59:33 +00:00
|
|
|
github.com/fasthttp/session v1.1.8
|
2020-05-08 01:20:46 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.10
|
2020-03-19 01:11:38 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-03-19 06:16:59 +00:00
|
|
|
github.com/golang/mock v1.4.3
|
2020-05-08 16:24:24 +00:00
|
|
|
github.com/lib/pq v1.5.2
|
2020-04-20 21:03:38 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2019-11-16 10:38:21 +00:00
|
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
2020-03-19 03:11:28 +00:00
|
|
|
github.com/otiai10/copy v1.1.1
|
2020-04-28 14:07:20 +00:00
|
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/pquerna/otp v1.2.0
|
2020-03-06 01:38:02 +00:00
|
|
|
github.com/simia-tech/crypt v0.4.2
|
2020-05-03 21:55:02 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-03-29 23:36:39 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-05-10 23:41:48 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2020-03-19 05:51:22 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-11-02 14:32:58 +00:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/tstranex/u2f v1.0.0
|
2020-04-22 04:37:32 +00:00
|
|
|
github.com/valyala/fasthttp v1.12.0
|
2020-03-19 02:04:29 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-10-28 22:54:04 +00:00
|
|
|
)
|