forked from greenpau/caddy-auth-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 797 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/betrybe/caddy-auth-portal
go 1.16
require (
github.com/betrybe/caddy-authorize v1.3.25
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/caddyserver/caddy/v2 v2.4.6
github.com/crewjam/saml v0.4.5
github.com/go-ldap/ldap/v3 v3.4.1
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/google/go-cmp v0.5.6
github.com/greenpau/caddy-trace v1.1.8
github.com/greenpau/go-identity v1.1.6
github.com/iancoleman/strcase v0.2.0
github.com/mattrobenolt/go-memcached v0.0.0-20130819063329-ed41d12c2de1
github.com/satori/go.uuid v1.2.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)