aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Vendor goldap, fix ASN.1 BER integer and length encodingQuentin Dufour2021-09-161-1/+1
| | | | | - Add tests for goldap to prevent regressions - Disable reconnection for our functional tests
* Import upstream lor00x/goldap reposityMaximilien Richer2020-02-021-0/+1
|
* Rename go module to bottinMaximilien Richer2020-02-021-1/+1
|
* Implements go modulesMaximilien Richer2020-02-021-0/+9
Following errors compiling with go 1.13 See https://blog.golang.org/migrating-to-go-modules for details.