2019-12-24 02:14:52 +00:00
|
|
|
module github.com/authelia/authelia
|
2019-10-28 22:54:04 +00:00
|
|
|
|
2020-12-01 23:03:44 +00:00
|
|
|
go 1.15
|
2019-10-28 22:54:04 +00:00
|
|
|
|
|
|
|
require (
|
2020-04-28 14:07:20 +00:00
|
|
|
aletheia.icu/broccoli/fs v0.0.0-20200420200651-c5ac961a357a
|
2021-01-31 01:43:08 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
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
|
2021-01-30 07:06:58 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
2020-12-29 01:44:47 +00:00
|
|
|
github.com/authelia/session/v2 v2.3.0
|
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
|
2021-01-30 08:49:12 +00:00
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20201112143038-0e07e9f869e3
|
2019-11-16 19:50:58 +00:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
2021-01-31 01:57:08 +00:00
|
|
|
github.com/fasthttp/router v1.3.5
|
2021-01-30 22:50:01 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.2.4
|
2020-03-19 01:11:38 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-07-30 07:44:38 +00:00
|
|
|
github.com/golang/mock v1.4.4
|
2021-01-31 02:12:26 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.10.1
|
2020-04-20 21:03:38 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2021-01-31 02:30:22 +00:00
|
|
|
github.com/otiai10/copy v1.4.2
|
2020-04-28 14:07:20 +00:00
|
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
2021-01-31 02:44:15 +00:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2020-05-14 05:55:03 +00:00
|
|
|
github.com/simia-tech/crypt v0.4.3
|
2021-01-31 03:00:57 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-01-31 09:27:06 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-08-03 23:07:38 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-01-30 09:44:07 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
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
|
2021-01-30 10:02:31 +00:00
|
|
|
github.com/valyala/fasthttp v1.19.0
|
2021-01-30 23:27:33 +00:00
|
|
|
golang.org/x/text v0.3.5
|
2021-01-31 03:18:46 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-10-28 22:54:04 +00:00
|
|
|
)
|