We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc453 commit 047522bCopy full SHA for 047522b
go.mod
@@ -3,8 +3,9 @@ module github.com/casbin/xorm-adapter/v3
3
go 1.12
4
5
require (
6
+ github.com/PuerkitoBio/goquery v1.5.1 // indirect
7
github.com/casbin/casbin/v2 v2.28.3
- github.com/go-sql-driver/mysql v1.5.0
8
- github.com/lib/pq v1.8.0
9
- xorm.io/xorm v1.0.3
+ github.com/go-sql-driver/mysql v1.6.0
+ github.com/lib/pq v1.10.2
10
+ xorm.io/xorm v1.3.2
11
)
0 commit comments