forked from etecs-ru/glauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 656 Bytes
/
go.mod
File metadata and controls
22 lines (18 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/etecs-ru/glauth/v2
go 1.17
require (
github.com/GeertJohan/yubigo v0.0.0-20190917122436-175bc097e60e
github.com/boombuler/barcode v1.0.1 // indirect
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
github.com/pquerna/otp v1.3.0
github.com/yaegashi/msgraph.go v0.1.4
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
)
require go.uber.org/zap v1.19.1
require (
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484 // indirect
github.com/rickb777/date v1.16.1 // indirect
github.com/rickb777/plural v1.4.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
)