Skip to content

Commit 611face

Browse files
authored
fix(deps): update github.com/descope dependendies
1 parent 207d13b commit 611face

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

go.mod

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

55
require (
6-
github.com/descope/common v0.0.9-0.20260209180645-5e2b32869e5a
6+
github.com/descope/common v0.0.9-0.20260210112410-3d76e491b04d
77
github.com/descope/go-sdk v1.8.0
88
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14
99
github.com/descope/protoc-gen-mocker v1.0.1-0.20260131000527-713084f460e5
@@ -35,7 +35,7 @@ require (
3535
github.com/dariubs/percent v0.0.0-20190521174708-8153fcbd48ae // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
38-
github.com/descope/authzservice v0.0.0-20260209153309-f63c4883afd6
38+
github.com/descope/authzservice v0.0.0-20260210081126-47e44eb808b3
3939
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4040
github.com/fsnotify/fsnotify v1.9.0 // indirect
4141
github.com/ggwhite/go-masker/v2 v2.2.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
8989
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9090
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc=
9191
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40=
92-
github.com/descope/authzservice v0.0.0-20260209153309-f63c4883afd6 h1:2fbreV4TaV/CrvNWAB3J7zzuV4YpbPrZwt5elouFVB8=
93-
github.com/descope/authzservice v0.0.0-20260209153309-f63c4883afd6/go.mod h1:xjdMwRknsOmuCJ6TgazhXOzCR+rCHzEGs8b/ZcLQAm4=
94-
github.com/descope/common v0.0.9-0.20260209180645-5e2b32869e5a h1:MWpoyggTI4/7PmzK/5d4JrpUC/weUa2obaRFa4d9tDw=
95-
github.com/descope/common v0.0.9-0.20260209180645-5e2b32869e5a/go.mod h1:U2jPklvmw44ArXW2UkGCjD+SauiGCVZTQvRGAYJPpy0=
92+
github.com/descope/authzservice v0.0.0-20260210081126-47e44eb808b3 h1:3WCOUI/9oMhw88FAIfPaaAxZKEw168KC5M3w/knDQlQ=
93+
github.com/descope/authzservice v0.0.0-20260210081126-47e44eb808b3/go.mod h1:uxffyw/t53Y4Tr364IkwTfV5gAMa1OPvrhEpGZFU1R4=
94+
github.com/descope/common v0.0.9-0.20260210112410-3d76e491b04d h1:O7MYHDWgmWy4FlzkNSICf6rlfoPS2f4J+B8f6S5CHzI=
95+
github.com/descope/common v0.0.9-0.20260210112410-3d76e491b04d/go.mod h1:U2jPklvmw44ArXW2UkGCjD+SauiGCVZTQvRGAYJPpy0=
9696
github.com/descope/go-sdk v1.8.0 h1:nP6himT1kbEsnDiLUR+2/W9CKJ8kHuhMOHloyBC02OU=
9797
github.com/descope/go-sdk v1.8.0/go.mod h1:lCwCgYOfrgjANMsR2BVe1yfX0Siwd2NjNAig0myWZqY=
9898
github.com/descope/golang-lru v0.5.5-0.20220516120313-0c580df2ac14 h1:PbCbVsG2ZDPxQkg8WvTZHhOPEwncozXvMjdmFotuljk=

pkg/authzcache/proto/v1/authzcache.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/authzcache/proto/v1/authzcache_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)