Skip to content

Commit e5773dd

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

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
@@ -4,7 +4,7 @@ go 1.24.6
44

55
require (
66
github.com/descope/common v0.0.9-0.20260216215246-30cebccbe496
7-
github.com/descope/go-sdk v1.8.0
7+
github.com/descope/go-sdk v1.9.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
@@ -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-20260211180101-34388db2031d
38+
github.com/descope/authzservice v0.0.0-20260217070011-bb428751ee1d
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,12 +89,12 @@ 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-20260211180101-34388db2031d h1:crMeGAoIhxxB2oxOrBnEWUAOqK8iV2j0eKLWAYupLxs=
93-
github.com/descope/authzservice v0.0.0-20260211180101-34388db2031d/go.mod h1:ToEhQIV9j05idVaXlKsAYm6NZCHKAx4IhGzne/VjoUc=
92+
github.com/descope/authzservice v0.0.0-20260217070011-bb428751ee1d h1:IRvKzYFiqe4dOFheqVdduzkTvSbF2FT2ew1BnOAdKcw=
93+
github.com/descope/authzservice v0.0.0-20260217070011-bb428751ee1d/go.mod h1:ToEhQIV9j05idVaXlKsAYm6NZCHKAx4IhGzne/VjoUc=
9494
github.com/descope/common v0.0.9-0.20260216215246-30cebccbe496 h1:UApKPH8AnQj+nph5g+d4fiVLoW2Bwk4NCtGo48p6GI8=
9595
github.com/descope/common v0.0.9-0.20260216215246-30cebccbe496/go.mod h1:rc/p5aE8LmOAtU70Y+vXzd+t4o/hg97len3eqvRtCZI=
96-
github.com/descope/go-sdk v1.8.0 h1:nP6himT1kbEsnDiLUR+2/W9CKJ8kHuhMOHloyBC02OU=
97-
github.com/descope/go-sdk v1.8.0/go.mod h1:lCwCgYOfrgjANMsR2BVe1yfX0Siwd2NjNAig0myWZqY=
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=
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=

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)