summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 08c3388f646286c043feebcba29d842f6cdce90b (plain) (blame)
1
2
3
4
5
6
7
8
9
module 4a.si/pamldapd

go 1.23.2

require (
	4a.si/asn1-ber v0.0.0-20241009195854-ae3d4e156655
	4a.si/ldap v0.0.0-20241009201753-2f4f6cc81e0e
	github.com/msteinert/pam v1.2.0
)