update url

This commit is contained in:
Luiz Costa
2023-10-21 20:56:02 +01:00
parent b05d65ad37
commit d44785b406
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import (
rc4P "crypto/rc4"
crc32P "hash/crc32"
md4P "github.com/sematext/go-ntlm/ntlm/md4"
md4P "gitlab.labexposed.com/lgcosta/go-ntlm/ntlm/md4"
)
func md4(data []byte) []byte {