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.
2 parents 2674782 + c8c2b2c commit 79a2aa5Copy full SHA for 79a2aa5
README.md
@@ -26,7 +26,7 @@ import (
26
"github.com/casbin/casbin/v2"
27
_ "github.com/go-sql-driver/mysql"
28
29
- "github.com/casbin/xorm-adapter"
+ "github.com/casbin/xorm-adapter/v2"
30
)
31
32
func main() {
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/casbin/xorm-adapter
+module github.com/casbin/xorm-adapter/v2
2
3
go 1.12
4
0 commit comments