Skip to content

Commit d0ade94

Browse files
authored
feat: update gorm-adapter to v3.13.1 (#75)
1 parent 3113a07 commit d0ade94

3 files changed

Lines changed: 270 additions & 104 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/casbin/casbin-server
33
go 1.16
44

55
require (
6-
github.com/casbin/casbin/v2 v2.44.2
7-
github.com/casbin/gorm-adapter/v2 v2.0.0
6+
github.com/casbin/casbin/v2 v2.55.1
7+
github.com/casbin/gorm-adapter/v3 v3.13.1
88
github.com/kr/pretty v0.3.0 // indirect
9-
github.com/stretchr/testify v1.7.0
9+
github.com/stretchr/testify v1.8.0
1010
google.golang.org/grpc v1.42.0
1111
google.golang.org/protobuf v1.27.1
1212
)

0 commit comments

Comments
 (0)