Skip to content

Commit a5eaefe

Browse files
authored
feat: replace xorm-adapter/v2 with xorm-adapter/v3 in README (#63)
1 parent 09000e0 commit a5eaefe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Based on [Xorm Drivers Support](https://gitea.com/xorm/xorm#drivers-support), Th
1919

2020
## Installation
2121

22-
go get github.com/casbin/xorm-adapter/v2
22+
go get github.com/casbin/xorm-adapter/v3
2323

2424
## Simple MySQL Example
2525

@@ -30,7 +30,7 @@ import (
3030
"github.com/casbin/casbin/v2"
3131
_ "github.com/go-sql-driver/mysql"
3232

33-
"github.com/casbin/xorm-adapter/v2"
33+
"github.com/casbin/xorm-adapter/v3"
3434
)
3535

3636
func main() {
@@ -70,7 +70,7 @@ import (
7070
"github.com/casbin/casbin/v2"
7171
_ "github.com/lib/pq"
7272

73-
"github.com/casbin/xorm-adapter/v2"
73+
"github.com/casbin/xorm-adapter/v3"
7474
)
7575

7676
func main() {

0 commit comments

Comments
 (0)