blob: df220db5f26cdb8fe04a091cd89f88e3027bcd99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
module 4a.si/pamldapd
go 1.22.3
require (
4a.si/ldap v0.0.0-20240606163048-4e98bda1ca75
github.com/msteinert/pam v1.2.0
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484
)
|