Skip to content

Commit 900fbdf

Browse files
committed
update dependencies: add server helper function to golib/server
1 parent dd24869 commit 900fbdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/CHESSComputing/Authz
22

3-
go 1.23.6
3+
go 1.24.0
44

55
require (
6-
github.com/CHESSComputing/golib v0.6.9
6+
github.com/CHESSComputing/golib v0.7.0
77
github.com/gin-gonic/gin v1.10.0
88
github.com/go-oauth2/oauth2/v4 v4.5.2
99
gopkg.in/jcmturner/gokrb5.v7 v7.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
55
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
66
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=
77
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU=
8-
github.com/CHESSComputing/golib v0.6.9 h1:DbpEkA8ZyWHBPtsv6SxdyM53m/B++zjtTedlB0tYNGI=
9-
github.com/CHESSComputing/golib v0.6.9/go.mod h1:Kstol3B5dm9jDSFeE5R4urX2XL2thE/YFd02I9HNE5E=
8+
github.com/CHESSComputing/golib v0.7.0 h1:mHYcHmRHOy2OyIH5XAemyaPbfFTOsET3ZA1uyvkpCuA=
9+
github.com/CHESSComputing/golib v0.7.0/go.mod h1:Kstol3B5dm9jDSFeE5R4urX2XL2thE/YFd02I9HNE5E=
1010
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
1111
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa h1:LHTHcTQiSGT7VVbI0o4wBRNQIgn917usHWOd6VAffYI=
1212
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=

0 commit comments

Comments
 (0)