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