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 (
|
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-16 14:53:16 +00:00
|
|
|
github.com/cespare/reflex v0.2.0 // indirect
|
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-03-19 02:51:32 +00:00
|
|
|
github.com/fasthttp/router v0.6.1
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/fasthttp/session v1.1.3
|
2020-03-19 04:22:46 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.7 // indirect
|
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
|
2019-11-17 01:05:46 +00:00
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
2019-11-16 14:53:16 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
github.com/kr/pty v1.1.8 // indirect
|
2019-11-16 19:50:58 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2019-11-16 14:53:16 +00:00
|
|
|
github.com/ogier/pflag v0.0.1 // indirect
|
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
|
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
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-03-19 06:40:58 +00:00
|
|
|
github.com/spf13/cobra v0.0.6
|
2020-01-21 20:56:44 +00:00
|
|
|
github.com/spf13/viper v1.6.2
|
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-11-17 01:05:46 +00:00
|
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
2019-10-28 22:54:04 +00:00
|
|
|
github.com/tstranex/u2f v1.0.0
|
2020-03-19 04:22:46 +00:00
|
|
|
github.com/valyala/fasthttp v1.9.0
|
2019-11-17 01:05:46 +00:00
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
|
|
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
|
|
|
go.mongodb.org/mongo-driver v1.1.3
|
2019-11-16 10:38:21 +00:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2020-03-19 04:22:46 +00:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2020-03-19 02:04:29 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-10-28 22:54:04 +00:00
|
|
|
)
|