Skip to content

Commit

Permalink
feat✨: update casbinRule adapter ,PType update Ptype
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjianzhang committed Mar 8, 2022
1 parent 0042131 commit 5e0550d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.14
require (
github.com/bsm/redislock v0.5.0
github.com/bytedance/go-tagexpr/v2 v2.7.12
github.com/casbin/casbin/v2 v2.24.0
github.com/casbin/casbin/v2 v2.37.4
github.com/chanxuehong/wechat v0.0.0-20201110083048-0180211b69fd
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.3
github.com/go-admin-team/go-admin-core v1.3.5-rc.5
github.com/go-admin-team/go-admin-core/plugins/logger/zap v0.0.0-20210610020726-2db73adb505d
github.com/go-admin-team/gorm-adapter/v3 v3.2.1-0.20210902112335-4148cb356a24
github.com/go-admin-team/gorm-adapter/v3 v3.2.1-0.20220308061210-6db7e7891fb9
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
Expand All @@ -25,8 +25,8 @@ require (
github.com/shamsher31/goimgext v1.0.0
github.com/slok/go-http-metrics v0.9.0
github.com/smartystreets/goconvey v1.6.4
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
gorm.io/gorm v1.21.11
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
gorm.io/gorm v1.23.1
)

replace (
Expand Down

0 comments on commit 5e0550d

Please sign in to comment.