Skip to content

Commit 5bb9e8c

Browse files
committed
Update sspi library to newer
1 parent 2a9db46 commit 5bb9e8c

File tree

5 files changed

+36
-18
lines changed

5 files changed

+36
-18
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/AaronO/go-git-http v0.0.0-20161214145340-1d9485b3a98f
88
github.com/MakeNowJust/heredoc v1.0.0
99
github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2
10-
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
10+
github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e
1111
github.com/alicebob/sqlittle v1.4.0
1212
github.com/apcera/gssapi v0.0.0-00010101000000-000000000000
1313
github.com/aws/aws-sdk-go v1.55.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 h1:x8Brv0YNEe6
2121
github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2/go.mod h1:XyjUkMA8GN+tOOPXvnbi3XuRxWFvTJntqvTFnjmhzbk=
2222
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
2323
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
24-
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa h1:LHTHcTQiSGT7VVbI0o4wBRNQIgn917usHWOd6VAffYI=
25-
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=
24+
github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e h1:4dAU9FXIyQktpoUAgOJK3OTFc/xug0PCXYCqU0FgDKI=
25+
github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=
2626
github.com/alicebob/sqlittle v1.4.0 h1:vgYt0nAjhdf/hg52MjKJ84g/uTzBPfrvI+VUBrIghxA=
2727
github.com/alicebob/sqlittle v1.4.0/go.mod h1:Co1L1qxHqCwf41puWhk2HOodojR0mcsAV4BIt8byZh8=
2828
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=

vendor/github.com/alexbrainman/sspi/internal/common/common.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alexbrainman/sspi/syscall.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ github.com/Microsoft/go-winio/pkg/guid
2929
# github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2
3030
## explicit
3131
github.com/RangelReale/osincli
32-
# github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
32+
# github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e
3333
## explicit; go 1.13
3434
github.com/alexbrainman/sspi
3535
github.com/alexbrainman/sspi/internal/common

0 commit comments

Comments
 (0)