Skip to content

Commit 86bab65

Browse files
committed
feat: go.mod upgrade
1 parent 2f65edc commit 86bab65

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

engine/casbin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
require (

engine/opa/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
require (

engine/zanzibar/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

middleware/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ module github.com/tx7do/kratos-authz/middleware
22

33
go 1.24.6
44

5-
replace (
6-
github.com/tx7do/kratos-authz => ../
7-
)
5+
replace github.com/tx7do/kratos-authz => ../
86

97
require (
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

1412
require (

script/tag.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
git push origin --tags

0 commit comments

Comments
 (0)