chore: add go.sum entries for github.com/go-ldap/ldap/v3 v3.4.8
Dependencies resolved via go get on server: - github.com/go-ldap/ldap/v3 v3.4.8 - github.com/go-asn1-ber/asn1-ber v1.5.5 (indirect) - github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 (indirect) - github.com/google/uuid v1.6.0 (indirect) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,6 @@ toolchain go1.24.4
|
||||
require (
|
||||
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
||||
github.com/emersion/go-smtp v0.24.0
|
||||
github.com/go-ldap/ldap/v3 v3.4.8
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
github.com/jackc/pgx/v5 v5.6.0
|
||||
golang.org/x/crypto v0.23.0
|
||||
@@ -15,8 +14,12 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
||||
github.com/emersion/go-message v0.18.2 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
||||
github.com/go-ldap/ldap/v3 v3.4.8 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user