Moved modified package into main repo

This commit is contained in:
Andreas Schneider 2018-04-09 12:12:45 +02:00
parent 765f8fc077
commit cf04126d27
25 changed files with 2 additions and 24 deletions

View File

@ -1,15 +1,6 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/ThomsonReutersEikon/go-ntlm"
packages = [
"ntlm",
"ntlm/md4"
]
revision = "2a7c173f9e18233a4ae29891da6a0a63637e2d8d"
[[projects]]
name = "github.com/inconshreveable/mousetrap"
packages = ["."]
@ -28,12 +19,6 @@
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
version = "v1.0.0"
[[projects]]
branch = "master"
name = "github.com/vadimi/go-http-ntlm"
packages = ["."]
revision = "bc5a8d8d91a12dd386d3fa1019abb8bb681bdd41"
[[projects]]
branch = "master"
name = "golang.org/x/crypto"
@ -52,6 +37,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "8a1421bb063ff7faff2c4276042f954d7965c60c6a51afc95b658ac721cfcea0"
inputs-digest = "d2f5b5a67e95e173cd0d93a24576cdc1e5384e2bc0246f8cbed88838514b8ec0"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -24,6 +24,7 @@
# go-tests = true
# unused-packages = true
ignored = ["github.com/vadimi/go-http-ntlm"]
[prune]
go-tests = true
@ -33,14 +34,6 @@
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "github.com/vadimi/go-http-ntlm"
[[constraint]]
branch = "master"
name = "github.com/Azure/go-ntlmssp"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.2"