sftpgo-mirror/examples/ldapauth/go.mod
Nicola Murino 4e41a5583d refactoring: add common package
The common package defines the interfaces that a protocol must implement
and contain code that can be shared among supported protocols.

This way should be easier to support new protocols
2020-07-24 23:39:38 +02:00

9 lines
213 B
Modula-2

module github.com/drakkan/ldapauth
go 1.14
require (
github.com/go-ldap/ldap/v3 v3.2.3
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
)