mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 23:50:32 +00:00
4e41a5583d
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
9 lines
213 B
Modula-2
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
|
|
)
|