1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
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 (
|