Skip to content

Commit 79a2aa5

Browse files
authored
Merge pull request #24 from mrchar/master
fix issues#22
2 parents 2674782 + c8c2b2c commit 79a2aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/casbin/casbin/v2"
2727
_ "github.com/go-sql-driver/mysql"
2828

29-
"github.com/casbin/xorm-adapter"
29+
"github.com/casbin/xorm-adapter/v2"
3030
)
3131

3232
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/casbin/xorm-adapter
1+
module github.com/casbin/xorm-adapter/v2
22

33
go 1.12
44

0 commit comments

Comments
 (0)