Skip to content

Commit 7f30348

Browse files
authored
fix(deps): update github.com/descope dependendies (#35)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent ad3512d commit 7f30348

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/descope/authzcache
33
go 1.24.0
44

55
require (
6-
github.com/descope/common v0.0.9-0.20250311204553-e0399de54ee5
6+
github.com/descope/common v0.0.9-0.20250312191608-096ae94f1f47
77
github.com/descope/go-sdk v1.6.11-0.20250309165057-73c915cfdc37
88
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14
99
github.com/descope/protoc-gen-mocker v1.0.1-0.20250303191711-a5d7b5c4c9cd
@@ -19,6 +19,7 @@ require (
1919
github.com/bahlo/generic-list-go v0.2.0 // indirect
2020
github.com/blang/semver v3.5.1+incompatible // indirect
2121
github.com/google/go-cmp v0.6.0 // indirect
22+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2223
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2324
github.com/nikunjy/rules v1.5.0 // indirect
2425
github.com/rogpeppe/go-internal v1.13.1 // indirect
@@ -52,7 +53,7 @@ require (
5253
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
5354
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5455
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
55-
github.com/descope/authzservice v0.0.0-20250312130910-c71475a106de
56+
github.com/descope/authzservice v0.0.0-20250312214910-953b8b87ab5f
5657
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5758
github.com/dustin/go-humanize v1.0.1 // indirect
5859
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
748748
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
749749
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc=
750750
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
751-
github.com/descope/authzservice v0.0.0-20250312130910-c71475a106de h1:Gu11MkqbohlXPjZkANQ5HZgmHK8pBuI2ZfcdDq4wY0c=
752-
github.com/descope/authzservice v0.0.0-20250312130910-c71475a106de/go.mod h1:TejNu3u5nZmfTifhFh0H7sgVWM5OVZtE6WSMUILGAOQ=
753-
github.com/descope/common v0.0.9-0.20250311204553-e0399de54ee5 h1:xoC0JJ4vUFa0gOL6aQcW8NVq/Zsq/p9E4Ucsbe7iXR0=
754-
github.com/descope/common v0.0.9-0.20250311204553-e0399de54ee5/go.mod h1:EOLhPA6XhBIh2S/QsFSa0WYLM/K1YswjTV2KwyJTYsU=
751+
github.com/descope/authzservice v0.0.0-20250312214910-953b8b87ab5f h1:FGnzmzko++mLTdO3TDxdODdWj5wgTK5qAmuuwv6NNfk=
752+
github.com/descope/authzservice v0.0.0-20250312214910-953b8b87ab5f/go.mod h1:5ucB1+Cem0YaSMZ7YV3Xlizav0ov72JXAGq3J1ma+0U=
753+
github.com/descope/common v0.0.9-0.20250312191608-096ae94f1f47 h1:xPpCzYER6rS3uKQY5N9fx1R4XcoaA0oTQ91BOzjjRYg=
754+
github.com/descope/common v0.0.9-0.20250312191608-096ae94f1f47/go.mod h1:G/Y6GbcnqFaULO7IB8WgtwMpsrhYFsKVJzcbLlZFlM0=
755755
github.com/descope/go-sdk v1.6.11-0.20250309165057-73c915cfdc37 h1:hs4wFpgLiBgtgb8g243lvI3duTq4RUU7bkl+OXetNPg=
756756
github.com/descope/go-sdk v1.6.11-0.20250309165057-73c915cfdc37/go.mod h1:dZ7/W/qJqamEyLnX7J78OSNrvpMv5AGbBne1P3Wjk5s=
757757
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14 h1:PbCbVsG2ZDPxQkg8WvTZHhOPEwncozXvMjdmFotuljk=
@@ -968,6 +968,8 @@ github.com/hashicorp/go-sockaddr v1.0.7 h1:G+pTkSO01HpR5qCxg7lxfsFEZaG+C0VssTy/9
968968
github.com/hashicorp/go-sockaddr v1.0.7/go.mod h1:FZQbEYa1pxkQ7WLpyXJ6cbjpT8q0YgQaK/JakXqGyWw=
969969
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
970970
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
971+
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
972+
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
971973
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
972974
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
973975
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=

0 commit comments

Comments
 (0)