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 3a211f2 commit 69b6af2Copy full SHA for 69b6af2
go.mod
@@ -6,7 +6,7 @@ require (
6
github.com/Masterminds/squirrel v1.5.4
7
github.com/beego/beego v1.12.12
8
github.com/casbin/lego/v4 v4.5.4
9
- github.com/casdoor/casdoor-go-sdk v0.28.4
+ github.com/casdoor/casdoor-go-sdk v0.52.0
10
github.com/corazawaf/coraza/v3 v3.1.0
11
github.com/denisenkom/go-mssqldb v0.10.0
12
github.com/go-git/go-billy/v5 v5.5.0 // indirect
@@ -22,6 +22,6 @@ require (
22
github.com/xorm-io/core v0.7.4
23
github.com/xorm-io/xorm v1.1.6
24
golang.org/x/net v0.21.0
25
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0
26
- modernc.org/sqlite v1.11.2
+ golang.org/x/time v0.3.0
+ modernc.org/sqlite v1.18.1
27
)
0 commit comments