summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:03:33 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:03:33 +0200
commitd2379c77684ac9050e477e2b3ed95928cc83d334 (patch)
tree07c78fb04611661715f660d6d1a157c9cb1e98a2 /go.mod
parentFix degradion (diff)
downloadpamldapd-0.3.tar
pamldapd-0.3.tar.gz
pamldapd-0.3.tar.bz2
pamldapd-0.3.tar.lz
pamldapd-0.3.tar.xz
pamldapd-0.3.tar.zst
pamldapd-0.3.zip
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..dd05de7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module 4a.si/pamldapd
+
+go 1.22.3
+
+require (
+ 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
+)