diff options
author | 木木田 <32796312+YT315@users.noreply.github.com> | 2023-05-03 05:40:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 17:40:46 -0400 |
commit | 8be6da3e2fd0b685aeb6b9e7fd9dee5a4571163a (patch) | |
tree | 1e8396be81b2b3fb303582b6abcfc55caeda5824 /go.mod | |
parent | bcdd3c30afb69eac6ba5edd7eeeb81ec3d3ba74f (diff) | |
download | gitea-8be6da3e2fd0b685aeb6b9e7fd9dee5a4571163a.tar.gz gitea-8be6da3e2fd0b685aeb6b9e7fd9dee5a4571163a.zip |
Add ntlm authentication support for mail (#23811)
Add ntlm authentication support for mail
use "github.com/Azure/go-ntlmssp"
---------
Co-authored-by: yangtan_win <YangTan@Fitsco.com.cn>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,7 @@ require ( gitea.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96 gitea.com/lunny/levelqueue v0.4.2-0.20220729054728-f020868cc2f7 github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121 + github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 github.com/NYTimes/gziphandler v1.1.1 github.com/PuerkitoBio/goquery v1.8.0 github.com/alecthomas/chroma/v2 v2.5.0 @@ -127,7 +128,6 @@ require ( cloud.google.com/go/compute v1.18.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect - github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver/v3 v3.2.0 // indirect github.com/Masterminds/sprig/v3 v3.2.3 // indirect |