fix dependency to use fork
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
With this package, you can connect to http/https servers protected by an NTLM proxy in Golang.
|
With this package, you can connect to http/https servers protected by an NTLM proxy in Golang.
|
||||||
|
|
||||||
This is a fork of https://github.com/Codehardt/go-ntlm-proxy-auth which adds support for HTTPS proxy URLs.
|
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`.
|
||||||
|
|
||||||
## Example: NewNTLMProxyDialContext
|
## Example: NewNTLMProxyDialContext
|
||||||
|
|
||||||
|
2
ntlm.go
2
ntlm.go
@@ -13,7 +13,7 @@ import (
|
|||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
ntlmssp "github.com/Azure/go-ntlmssp"
|
ntlmssp "github.com/launchdarkly/go-ntlmssp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DialContext is the DialContext function that should be wrapped with a
|
// DialContext is the DialContext function that should be wrapped with a
|
||||||
|
Reference in New Issue
Block a user