Skip to content

Commit 90effd9

Browse files
committed
fix dependency to use fork
1 parent 22cdb55 commit 90effd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
With this package, you can connect to http/https servers protected by an NTLM proxy in Golang.
77

8-
This is a fork of https://github.com/Codehardt/go-ntlm-proxy-auth which adds support for HTTPS proxy URLs.
8+
This is a fork of https://github.com/Codehardt/go-ntlm-proxy-auth which adds support for HTTPS proxy URLs. It also uses the fork https://github.com/launchdarkly/go-ntlmssp instead of `github.com/Azure/go-ntlmssp`.
99

1010
## Example: NewNTLMProxyDialContext
1111

ntlm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"net/url"
1414
"strings"
1515

16-
ntlmssp "github.com/Azure/go-ntlmssp"
16+
ntlmssp "github.com/launchdarkly/go-ntlmssp"
1717
)
1818

1919
// DialContext is the DialContext function that should be wrapped with a

0 commit comments

Comments
 (0)