We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2674782 + c8c2b2c commit 79a2aa5Copy full SHA for 79a2aa5
2 files changed
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