17 lines
585 B
Modula-2
17 lines
585 B
Modula-2
module forge.cadoles.com/Cadoles/ldap-profile
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
forge.cadoles.com/wpetit/goweb v0.0.0-20190513070928-35c763a6c65f
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/gorilla/sessions v1.1.3
|
|
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/ini.v1 v1.42.0
|
|
gopkg.in/ldap.v3 v3.0.3
|
|
)
|