From 563fc272a36c8be317fbe95c8308ca2dfa29c3aa Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 7 Jul 2021 01:49:33 +0200 Subject: Vendor goldap, fix ASN.1 BER integer and length encoding - Add tests for goldap to prevent regressions - Disable reconnection for our functional tests --- write.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'write.go') diff --git a/write.go b/write.go index 482f971..2dd42c6 100644 --- a/write.go +++ b/write.go @@ -8,7 +8,7 @@ import ( ldap "bottin/ldapserver" consul "github.com/hashicorp/consul/api" - message "github.com/lor00x/goldap/message" + message "bottin/goldap" ) // Generic item modification function -------- -- cgit v1.2.3