Skip to content

Update go dependencies#36934

Open
sebastianertz wants to merge 5 commits intogo-gitea:mainfrom
sebastianertz:godeps
Open

Update go dependencies#36934
sebastianertz wants to merge 5 commits intogo-gitea:mainfrom
sebastianertz:godeps

Conversation

@sebastianertz
Copy link
Contributor

@sebastianertz sebastianertz commented Mar 20, 2026


from to
github.com/42wim/httpsig 1.2.3 1.2.4
github.com/42wim/sshsig 0.0.0-20250502153856-5100632e8920 0.0.0-20260317195500-b9f38cf0d432
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.19.0 1.21.0
github.com/Azure/go-ntlmssp 0.0.0-20221128193559-754e6932135 0.1.0
github.com/ProtonMail/go-crypto 1.3.0 1.4.1
github.com/PuerkitoBio/goquery 1.11.0 1.12.0
github.com/aws/aws-sdk-go-v2/credentials 1.19.7 1.19.12
github.com/aws/aws-sdk-go-v2/service/codecommit 1.33.8 1.33.11
github.com/caddyserver/certmagic 0.25.1 0.25.2
github.com/go-enry/go-enry/v2 2.9.4 2.9.5
github.com/go-git/go-billy/v5 5.7.0 5.8.0
github.com/go-git/go-git/v5 5.16.5 5.17.0
github.com/go-ldap/ldap/v3 3.4.12 3.4.13
github.com/go-redsync/redsync/v4 4.15.0 4.16.0
github.com/go-webauthn/webauthn 0.13.4 0.16.1
github.com/goccy/go-json 0.10.5 0.10.6
github.com/google/pprof 0.0.0-20260202012954-cb029daf43ef 0.0.0-20260302011040-a15ffb7f9dcc
github.com/klauspost/compress 1.18.3 1.18.4
github.com/lib/pq 1.11.1 1.12.0
github.com/mattn/go-sqlite3 1.14.33 1.14.37
github.com/meilisearch/meilisearch-go 0.36.0 0.36.1
github.com/microsoft/go-mssqldb 1.9.6 1.9.8
github.com/minio/minio-go/v7 7.0.98 7.0.99
github.com/redis/go-redis/v9 9.17.3 9.18.0
github.com/yuin/goldmark 1.7.16 1.7.17
golang.org/x/crypto 0.47.0 0.49.0
golang.org/x/image 0.35.0 0.37.0
golang.org/x/net 0.49.0 0.52.0
golang.org/x/oauth2 0.34.0 0.36.0
golang.org/x/sync 0.19.0 0.20.0
golang.org/x/sys 0.40.0 0.42.0
golang.org/x/text 0.33.0 0.35.0
google.golang.org/grpc 1.78.0 1.79.3
strk.kbt.io/projects/go/libravatar 0.0.0-20191008002943-06d1c002b251 0.0.0-20260301104140-add494e31dab

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 20, 2026
@github-actions github-actions bot added modifies/go Pull requests that update Go code modifies/internal labels Mar 20, 2026
@sebastianertz sebastianertz marked this pull request as ready for review March 20, 2026 11:08
Copy link
Contributor

@bircni bircni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm that NewAuthenticateMessage in v0.1.0 still handles DOMAIN\user format usernames correctly, or is this a known behavioral change? If the new library no longer parses the domain from the username, users who rely on that format for NTLM SMTP auth would silently break.

@sebastianertz
Copy link
Contributor Author

Can you confirm that NewAuthenticateMessage in v0.1.0 still handles DOMAIN\user format usernames correctly, or is this a known behavioral change? If the new library no longer parses the domain from the username, users who rely on that format for NTLM SMTP auth would silently break.

The function NewAuthenticateMessage extracts the domain from the username if needed.

https://github.com/Azure/go-ntlmssp/blob/679c777cd4d937215e617d47aa5f1de0dfad6240/authenticate_message.go#L131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/dependencies modifies/go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants