mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
fcfe8c4da8
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
42 lines
1.5 KiB
Modula-2
42 lines
1.5 KiB
Modula-2
module github.com/authelia/authelia
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
|
github.com/Workiva/go-datastructures v1.0.52
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
|
github.com/cespare/reflex v0.2.0 // indirect
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/fasthttp/router v1.0.3
|
|
github.com/fasthttp/session v1.1.8
|
|
github.com/go-ldap/ldap/v3 v3.1.8
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/mock v1.4.3
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/lib/pq v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.13.0
|
|
github.com/ogier/pflag v0.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/otiai10/copy v1.1.1
|
|
github.com/pquerna/otp v1.2.0
|
|
github.com/simia-tech/crypt v0.4.2
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tebeka/selenium v0.9.9
|
|
github.com/tstranex/u2f v1.0.0
|
|
github.com/valyala/fasthttp v1.10.0
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.3.2
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|