diff --git a/lfs/ntlm.go b/lfs/ntlm.go index dd7aed3d..384346ba 100644 --- a/lfs/ntlm.go +++ b/lfs/ntlm.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/base64" "errors" - "github.com/ThomsonReutersEikon/go-ntlm/ntlm" + "github.com/github/git-lfs/vendor/_nuts/github.com/ThomsonReutersEikon/go-ntlm/ntlm" "io" "io/ioutil" "net/http"