summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index df220db..08c3388 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
module 4a.si/pamldapd
-go 1.22.3
+go 1.23.2
require (
- 4a.si/ldap v0.0.0-20240606163048-4e98bda1ca75
+ 4a.si/asn1-ber v0.0.0-20241009195854-ae3d4e156655
+ 4a.si/ldap v0.0.0-20241009201753-2f4f6cc81e0e
github.com/msteinert/pam v1.2.0
- github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484
)