go-mail/go.mod
Winni Neessen f883358a29
Add experimental NTLMv2 authentication support
Introduced NTLMv2 authentication mechanism with tests in smtp package. Utilized the go-ntlmssp library to handle negotiation and response processing for NTLMv2 protocol.
2024-11-11 22:03:38 +01:00

13 lines
270 B
Modula-2

// SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
//
// SPDX-License-Identifier: MIT
module github.com/wneessen/go-mail
go 1.16
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
golang.org/x/crypto v0.29.0
golang.org/x/text v0.20.0
)