Skip to content

Commit 75db3f6

Browse files
authored
Merge branch 'main' into fga-cache-metrics
2 parents 84ac36d + 2a230fc commit 75db3f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
password: ${{ inputs.action_token}}
7979

8080
- name: Configure AWS Credentials
81-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
81+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
8282
with:
8383
aws-region: us-east-1
8484
role-to-assume: arn:aws:iam::${{ inputs.ecr_aws_account }}:role/GitHubActionsECR

go.mod

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

55
require (
66
github.com/descope/common v0.0.9-0.20260224084244-e4f294a5f4d0
7-
github.com/descope/go-sdk v1.9.0
7+
github.com/descope/go-sdk v1.10.0
88
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14
99
github.com/descope/protoc-gen-mocker v1.0.1-0.20260210200602-d38e8ef28dd5
1010
github.com/descope/protoc-gen-validate v1.6.6-0.20260210193117-f4dcf383411a

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/descope/authzservice v0.0.0-20260217070011-bb428751ee1d h1:IRvKzYFiqe
9393
github.com/descope/authzservice v0.0.0-20260217070011-bb428751ee1d/go.mod h1:ToEhQIV9j05idVaXlKsAYm6NZCHKAx4IhGzne/VjoUc=
9494
github.com/descope/common v0.0.9-0.20260224084244-e4f294a5f4d0 h1:0He1cVJFZBEmgbVPWvBT/6Nb2MJHuzKN0IopZ9ilRmg=
9595
github.com/descope/common v0.0.9-0.20260224084244-e4f294a5f4d0/go.mod h1:AMCP73FAagQICizmzvNQPWR2bJHCdK/x09Se9+S4cUI=
96-
github.com/descope/go-sdk v1.9.0 h1:mQUP1TtCK7AupkR7/u88XiUb/uWYl6RuQMlVLE4jPKM=
97-
github.com/descope/go-sdk v1.9.0/go.mod h1:lCwCgYOfrgjANMsR2BVe1yfX0Siwd2NjNAig0myWZqY=
96+
github.com/descope/go-sdk v1.10.0 h1:pChlLcmcwhcaMkjklbKmJ2uFeUMNZpezokwA/9xpv3Q=
97+
github.com/descope/go-sdk v1.10.0/go.mod h1:lCwCgYOfrgjANMsR2BVe1yfX0Siwd2NjNAig0myWZqY=
9898
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14 h1:PbCbVsG2ZDPxQkg8WvTZHhOPEwncozXvMjdmFotuljk=
9999
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14/go.mod h1:NXzSaAKXU0dil+cxwRcnqgNPdZR0U571aLLqJaRibBw=
100100
github.com/descope/protoc-gen-mocker v1.0.1-0.20260210200602-d38e8ef28dd5 h1:xFvHyxLGvL5SB9v2Z6xBT38xTEqRU36f7gkG6rN15Yk=

0 commit comments

Comments
 (0)