Skip to content

Commit 2fa85ed

Browse files
committed
fix: authorizer version
Signed-off-by: fsul7o <75571344+fsul7o@users.noreply.github.com>
1 parent fb871b6 commit 2fa85ed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.2
44

55
replace (
66
cloud.google.com/go => cloud.google.com/go v0.123.0
7-
github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260430085511-6f782de08cad
7+
github.com/AthenZ/athenz-authorizer/v5 => github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260508042609-47e4295215c6
88
github.com/kpango/gache/v2 => github.com/kpango/gache/v2 v2.1.10
99
github.com/kpango/glg => github.com/kpango/glg v1.6.15
1010
github.com/mwitkow/grpc-proxy => github.com/mwitkow/grpc-proxy v0.0.0-20250813121105-2866842de9a5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/AthenZ/athenz v1.12.39 h1:d9h0Uy69fO7Jw9GY1Y0HETRJ+lLIsVscxEypGylu8BQ=
22
github.com/AthenZ/athenz v1.12.39/go.mod h1:7N7hq+Z1NCOcGy1UO5+BrNtg0u8f18x+dFedUsp18Os=
3-
github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260430085511-6f782de08cad h1:1169iPiSsx4m1VJv34Zv/uqwgnzeuCdXX28TpCaFZmk=
4-
github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260430085511-6f782de08cad/go.mod h1:XbxsDh6UuTpv2uVD/oYR/+utqd9ddUFu+1xka8GP/fE=
3+
github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260508042609-47e4295215c6 h1:vMnL1zvGVBLcmMmkSbnjPV4frpvwa23+dhsGlFyYat4=
4+
github.com/AthenZ/athenz-authorizer/v5 v5.8.2-0.20260508042609-47e4295215c6/go.mod h1:XbxsDh6UuTpv2uVD/oYR/+utqd9ddUFu+1xka8GP/fE=
55
github.com/ardielle/ardielle-go v1.5.2 h1:TilHTpHIQJ27R1Tl/iITBzMwiUGSlVfiVhwDNGM3Zj4=
66
github.com/ardielle/ardielle-go v1.5.2/go.mod h1:I4hy1n795cUhaVt/ojz83SNVCYIGsAFAONtv2Dr7HUI=
77
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)