2019-12-24 09:14:52 +07:00
|
|
|
module github.com/authelia/authelia
|
2019-10-29 05:54:04 +07:00
|
|
|
|
2021-02-22 06:07:06 +07:00
|
|
|
go 1.16
|
2019-10-29 05:54:04 +07:00
|
|
|
|
|
|
|
require (
|
2021-01-31 08:43:08 +07:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2019-11-17 02:50:58 +07:00
|
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
2021-03-30 07:15:30 +07:00
|
|
|
github.com/Workiva/go-datastructures v1.0.53
|
2021-01-30 14:06:58 +07:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
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
|
2021-01-30 15:49:12 +07:00
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20201112143038-0e07e9f869e3
|
2019-11-17 02:50:58 +07:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
2021-03-27 05:13:15 +07:00
|
|
|
github.com/fasthttp/router v1.3.10
|
2021-03-13 12:06:19 +07:00
|
|
|
github.com/fasthttp/session/v2 v2.3.0
|
2021-01-31 05:50:01 +07:00
|
|
|
github.com/go-ldap/ldap/v3 v3.2.4
|
2020-03-19 08:11:38 +07:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-02-22 16:33:17 +07:00
|
|
|
github.com/golang/mock v1.5.0
|
2021-03-26 05:04:32 +07:00
|
|
|
github.com/jackc/pgx/v4 v4.11.0
|
2021-02-23 10:51:31 +07:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-02-23 01:41:51 +07:00
|
|
|
github.com/otiai10/copy v1.5.0
|
2020-04-28 21:07:20 +07:00
|
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
2021-01-31 09:44:15 +07:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2020-05-14 12:55:03 +07:00
|
|
|
github.com/simia-tech/crypt v0.4.3
|
2021-03-10 07:33:14 +07:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-02-22 11:47:07 +07:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2020-08-04 06:07:38 +07:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-01-30 16:44:07 +07:00
|
|
|
github.com/stretchr/testify v1.7.0
|
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
|
2021-03-30 06:36:31 +07:00
|
|
|
github.com/valyala/fasthttp v1.23.0
|
2021-01-31 06:27:33 +07:00
|
|
|
golang.org/x/text v0.3.5
|
2021-01-31 10:18:46 +07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-10-29 05:54:04 +07:00
|
|
|
)
|