Skip to content

Commit bb579ae

Browse files
committed
Update vendored dependencies
1 parent 3807f8d commit bb579ae

File tree

21 files changed

+361
-65
lines changed

21 files changed

+361
-65
lines changed

stembuild/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
)
1717

1818
require (
19-
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
19+
github.com/Azure/go-ntlmssp v0.0.1 // indirect
2020
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
2121
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2222
github.com/a8m/tree v0.0.0-20240104212747-2c8764a5f17e // indirect

stembuild/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=
2-
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU=
1+
github.com/Azure/go-ntlmssp v0.0.1 h1:NqbqUHiVYjwBDsxM1KrllG7rnoHpcp40EWrpffsgcUc=
2+
github.com/Azure/go-ntlmssp v0.0.1/go.mod h1:P/Wrai1IsNvkfWRRN0jvRobt7ZJdz4sHQ3dOjiEGDt0=
33
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 h1:w0E0fgc1YafGEh5cROhlROMWXiNoZqApk2PDN0M1+Ns=
44
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6/go.mod h1:nuWgzSkT5PnyOd+272uUmV0dnAnAn42Mk7PiQC5VzN4=
55
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=

stembuild/vendor/github.com/Azure/go-ntlmssp/.golangci.yml

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

stembuild/vendor/github.com/Azure/go-ntlmssp/README.md

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/authenticate_message.go

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/authheader.go

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/avids.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/challenge_message.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/github.com/Azure/go-ntlmssp/internal/md4/README.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)