File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/CHESSComputing/Authz
2
2
3
- go 1.24.3
3
+ go 1.24.4
4
4
5
5
require (
6
- github.com/CHESSComputing/golib v0.7.8
6
+ github.com/CHESSComputing/golib v0.7.9
7
7
github.com/gin-gonic/gin v1.10.1
8
8
github.com/go-oauth2/oauth2/v4 v4.5.3
9
9
gopkg.in/jcmturner/gokrb5.v7 v7.5.0
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
5
5
filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
6
6
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8 =
7
7
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 /go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU =
8
- github.com/CHESSComputing/golib v0.7.7 h1:yi5JRkOmkGX6+xpOPJ/rY7sho8VJR2LejQdocSO9uHE =
9
- github.com/CHESSComputing/golib v0.7.7 /go.mod h1:apPVamv/BC4IAMygiUmsSGX+7K3z+M+c/ztT4yU0UEM =
8
+ github.com/CHESSComputing/golib v0.7.9 h1:A0eg5kF++uxBztDdzA+ILR1hErjb050zCcL2ll/sE20 =
9
+ github.com/CHESSComputing/golib v0.7.9 /go.mod h1:apPVamv/BC4IAMygiUmsSGX+7K3z+M+c/ztT4yU0UEM =
10
10
github.com/ajg/form v1.5.1 /go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY =
11
11
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa h1:LHTHcTQiSGT7VVbI0o4wBRNQIgn917usHWOd6VAffYI =
12
12
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa /go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4 =
You can’t perform that action at this time.
0 commit comments