1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-29 22:08:10 +02:00
Files
sftpgo/examples/ldapauth/go.mod
Nicola Murino 46176a54b4 minor doc fixes
2021-02-14 22:08:08 +01:00

11 lines
265 B
Modula-2

module github.com/drakkan/ldapauth
go 1.15
require (
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-ldap/ldap/v3 v3.2.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
)