-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
38 lines (35 loc) · 1.27 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module fastauth
go 1.19
require (
github.com/dimiro1/banner v1.1.0
github.com/domodwyer/mailyak/v3 v3.3.4
github.com/felixge/httpsnoop v1.0.3
github.com/go-jose/go-jose/v3 v3.0.0
github.com/go-ldap/ldap/v3 v3.4.4
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/joho/godotenv v1.4.0
github.com/lib/pq v1.10.4
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
github.com/mattn/go-sqlite3 v1.14.16
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/vjeantet/ldapserver v1.0.2-0.20201119091145-9f1711e226a4
github.com/xlzd/gotp v0.1.0
golang.org/x/crypto v0.3.0
golang.org/x/text v0.4.0
github.com/go-jose/go-jose/v3 v3.0.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)