summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-06-06 18:48:38 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-06-06 18:48:38 +0200
commite2352d510f8282771753625cba322dbf0b0020d4 (patch)
tree2a0d02b14cc8d0b182edfc44c9029095d82befa8 /go.mod
parentfork (diff)
downloadpamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.gz
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.bz2
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.lz
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.xz
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.tar.zst
pamldapd-e2352d510f8282771753625cba322dbf0b0020d4.zip
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dd05de7..df220db 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ 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
- github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
)