File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/casbin/casbin/v2 v2.135.0
1111 github.com/go-kratos/kratos/v2 v2.9.2
1212 github.com/stretchr/testify v1.11.1
13- github.com/tx7do/kratos-authz v1.1.6
13+ github.com/tx7do/kratos-authz v1.1.7
1414)
1515
1616require (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/pkg/errors v0.9.1
1212 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1313 github.com/stretchr/testify v1.11.1
14- github.com/tx7do/kratos-authz v1.1.6
14+ github.com/tx7do/kratos-authz v1.1.7
1515)
1616
1717require (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/ory/keto-client-go v0.11.0-alpha.0
1212 github.com/ory/keto/proto v0.13.0-alpha.0
1313 github.com/stretchr/testify v1.11.1
14- github.com/tx7do/kratos-authz v1.1.6
14+ github.com/tx7do/kratos-authz v1.1.7
1515 google.golang.org/grpc v1.77.0
1616)
1717
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ module github.com/tx7do/kratos-authz/middleware
22
33go 1.24.6
44
5- replace (
6- github.com/tx7do/kratos-authz => ../
7- )
5+ replace github.com/tx7do/kratos-authz => ../
86
97require (
108 github.com/go-kratos/kratos/v2 v2.9.2
11- github.com/tx7do/kratos-authz v1.1.6
9+ github.com/tx7do/kratos-authz v1.1.7
1210)
1311
1412require (
Original file line number Diff line number Diff line change 1- git tag v1.1.6
1+ git tag v1.1.7
22
3- git tag engine/casbin/v1.1.10
4- git tag engine/opa/v1.1.13
5- git tag engine/zanzibar/v1.1.7
3+ git tag engine/casbin/v1.1.11
4+ git tag engine/opa/v1.1.14
5+ git tag engine/zanzibar/v1.1.8
66
7- git tag middleware/v1.1.11
7+ git tag middleware/v1.1.12
88
99git push origin --tags
You can’t perform that action at this time.
0 commit comments