chore(deps): update module github.com/go-ldap/ldap/v3 to v3.4.11 #14

Merged
nemunaire merged 1 commit from renovate/github.com-go-ldap-ldap-v3-3.x into master 2025-05-22 06:53:29 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/go-ldap/ldap/v3 require patch v3.4.10 -> v3.4.11

Release Notes

go-ldap/ldap (github.com/go-ldap/ldap/v3)

v3.4.11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-ldap/ldap/compare/v3.4.10...v3.4.11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) | require | patch | `v3.4.10` -> `v3.4.11` | --- ### Release Notes <details> <summary>go-ldap/ldap (github.com/go-ldap/ldap/v3)</summary> ### [`v3.4.11`](https://github.com/go-ldap/ldap/releases/tag/v3.4.11) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.10...v3.4.11) #### What's Changed - Allow users to specify a custom NTLM negotiator by [@&#8203;rtpt-erikgeiser](https://github.com/rtpt-erikgeiser) in https://github.com/go-ldap/ldap/pull/544 - Add go 1.24 build/testing to github workflow by [@&#8203;t2y](https://github.com/t2y) in https://github.com/go-ldap/ldap/pull/548 - Fix ControlServerSideSortingResult handling for OpenLDAP by [@&#8203;EgorKo25](https://github.com/EgorKo25) in https://github.com/go-ldap/ldap/pull/546 - Fix DIGEST-MD5 auth by [@&#8203;andy-igoshin](https://github.com/andy-igoshin) in https://github.com/go-ldap/ldap/pull/545 - \[bugfix] Added APOptions \[]int in client.GSSAPIBindRequest(...) and client.InitSecContext(...), fixes [#&#8203;536](https://github.com/go-ldap/ldap/issues/536) by [@&#8203;p0dalirius](https://github.com/p0dalirius) in https://github.com/go-ldap/ldap/pull/537 - Adding InitSecContextWithOptions to SSPI client by [@&#8203;stratg5](https://github.com/stratg5) in https://github.com/go-ldap/ldap/pull/549 - Update golang.org/x/net dependency by [@&#8203;johnweldon](https://github.com/johnweldon) in https://github.com/go-ldap/ldap/pull/553 - use ldap boolean for dirsync control.criticality by [@&#8203;borislavfra](https://github.com/borislavfra) in https://github.com/go-ldap/ldap/pull/555 - chore: update `DirSync` and `DirSyncAsync` example codes by [@&#8203;cpuschma](https://github.com/cpuschma) in https://github.com/go-ldap/ldap/pull/556 #### New Contributors - [@&#8203;rtpt-erikgeiser](https://github.com/rtpt-erikgeiser) made their first contribution in https://github.com/go-ldap/ldap/pull/544 - [@&#8203;EgorKo25](https://github.com/EgorKo25) made their first contribution in https://github.com/go-ldap/ldap/pull/546 - [@&#8203;andy-igoshin](https://github.com/andy-igoshin) made their first contribution in https://github.com/go-ldap/ldap/pull/545 - [@&#8203;p0dalirius](https://github.com/p0dalirius) made their first contribution in https://github.com/go-ldap/ldap/pull/537 - [@&#8203;stratg5](https://github.com/stratg5) made their first contribution in https://github.com/go-ldap/ldap/pull/549 - [@&#8203;borislavfra](https://github.com/borislavfra) made their first contribution in https://github.com/go-ldap/ldap/pull/555 **Full Changelog**: https://github.com/go-ldap/ldap/compare/v3.4.10...v3.4.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-04-14 22:03:09 +00:00
chore(deps): update module github.com/go-ldap/ldap/v3 to v3.4.11
All checks were successful
continuous-integration/drone/push Build is passing
f6f168e608
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.0
github.com/go-asn1-ber/asn1-ber v1.5.7 -> v1.5.8-0.20250403174932-29230038a667
golang.org/x/crypto v0.31.0 -> v0.36.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 2 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------------------- | :------------------------------------------------- | | `go` | `1.22` -> `1.23.0` | | `github.com/go-asn1-ber/asn1-ber` | `v1.5.7` -> `v1.5.8-0.20250403174932-29230038a667` | | `golang.org/x/crypto` | `v0.31.0` -> `v0.36.0` |
renovate-bot force-pushed renovate/github.com-go-ldap-ldap-v3-3.x from f6f168e608 to 30990e5892 2025-05-07 03:03:46 +00:00 Compare
nemunaire merged commit 30990e5892 into master 2025-05-22 06:53:29 +00:00
nemunaire deleted branch renovate/github.com-go-ldap-ldap-v3-3.x 2025-05-22 06:53:30 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nemunaire/chldapasswd#14
No description provided.