aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into import_goldapimport_goldapQuentin Dufour2021-09-161-1/+7
|\
| * Test End-to-end V1.0, testing Bottin's behaviorMrArmonius2021-07-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | Tests wrote in golang without framework Testing on the Bottin's behavior Tests made: - crated random Users and Group - LDAP ADD - check the match between Consul's data and Test's data- LDAP Search - modify attributes and check them - LDAP Modify
* | Vendor goldap, fix ASN.1 BER integer and length encodingQuentin Dufour2021-09-161-4/+8
|/ | | | | - Add tests for goldap to prevent regressions - Disable reconnection for our functional tests
* Import upstream lor00x/goldap reposityMaximilien Richer2020-02-021-2/+2
|
* Implements go modulesMaximilien Richer2020-02-021-0/+90
Following errors compiling with go 1.13 See https://blog.golang.org/migrating-to-go-modules for details.