Description: Upstream package was removed from github so the git-lfs project
  forked it without making changes. Since the ThomsonReutersEikon/go-ntlm
  package is still in Debian we will continue to use it
Forwarded: not-needed
Author: Stephen Gelman <ssgelm@debian.org>
Last-Update: 2019-07-24
---
--- a/lfsapi/lfsapi.go
+++ b/lfsapi/lfsapi.go
@@ -4,10 +4,10 @@
 	"fmt"
 	"sync"
 
+	"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
 	"github.com/git-lfs/git-lfs/creds"
 	"github.com/git-lfs/git-lfs/errors"
 	"github.com/git-lfs/git-lfs/lfshttp"
-	"github.com/git-lfs/go-ntlm/ntlm"
 )
 
 type Client struct {
--- a/lfsapi/ntlm_auth_nix.go
+++ b/lfsapi/ntlm_auth_nix.go
@@ -7,7 +7,7 @@
 	"fmt"
 	"net/http"
 
-	"github.com/git-lfs/go-ntlm/ntlm"
+	"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
 )
 
 func (c *Client) ntlmSupportsSSPI() bool {
--- a/lfsapi/ntlm_test.go
+++ b/lfsapi/ntlm_test.go
@@ -11,9 +11,9 @@
 	"sync/atomic"
 	"testing"
 
+	"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
 	"github.com/git-lfs/git-lfs/creds"
 	"github.com/git-lfs/git-lfs/lfshttp"
-	"github.com/git-lfs/go-ntlm/ntlm"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 )
--- a/t/cmd/lfstest-gitserver.go
+++ b/t/cmd/lfstest-gitserver.go
@@ -34,7 +34,7 @@
 	"sync"
 	"time"
 
-	"github.com/git-lfs/go-ntlm/ntlm"
+	"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
 )
 
 var (
