Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
47 lines (44 loc) · 1.7 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (44 loc) · 1.7 KB
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
39
40
41
42
43
44
45
46
47
modulegithub.com/libregraph/idm
go1.25.0
require (
github.com/Songmu/prompterv0.5.1
github.com/alexedwards/argon2idv1.0.0
github.com/amoghe/go-cryptv0.0.0-20220222110647-20eada5f5964
github.com/armon/go-radixv1.0.0
github.com/bombsimon/logrusr/v3v3.1.0
github.com/coreos/go-systemd/v22v22.7.0
github.com/go-asn1-ber/asn1-berv1.5.8
github.com/go-ldap/ldap/v3v3.4.14
github.com/go-ldap/ldifv0.0.0-20200320164324-fd88d9b715b3
github.com/go-logr/logrv1.4.4
github.com/go-logr/stdrv1.2.2
github.com/longsleep/rndmv1.2.0
github.com/orcaman/concurrent-mapv1.0.0
github.com/prometheus/client_golangv1.24.1
github.com/sethvargo/go-passwordv0.4.0
github.com/sirupsen/logrusv1.9.4
github.com/spacewander/go-suffix-treev0.0.0-20191010040751-0865e368c784
github.com/spf13/cobrav1.10.2
github.com/trustelem/zxcvbnv1.0.1
go.etcd.io/bboltv1.5.0
golang.org/x/textv0.40.0
)
require (
github.com/Azure/go-ntlmsspv0.1.1// indirect
github.com/beorn7/perksv1.0.1// indirect
github.com/cespare/xxhash/v2v2.3.0// indirect
github.com/dlclark/regexp2v1.4.0// indirect
github.com/google/uuidv1.6.0// indirect
github.com/inconshreveable/mousetrapv1.1.0// indirect
github.com/mattn/go-isattyv0.0.14// indirect
github.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822// indirect
github.com/prometheus/client_modelv0.6.2// indirect
github.com/prometheus/commonv0.70.1// indirect
github.com/prometheus/procfsv0.21.1// indirect
github.com/spf13/pflagv1.0.10// indirect
github.com/test-go/testifyv1.1.4// indirect
golang.org/x/cryptov0.54.0// indirect
golang.org/x/sysv0.47.0// indirect
golang.org/x/termv0.45.0// indirect
google.golang.org/protobufv1.36.11// indirect
)