aboutsummaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/access.go2
-rw-r--r--models/models.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/models/access.go b/models/access.go
index f20f8fa7..970f4a94 100644
--- a/models/access.go
+++ b/models/access.go
@@ -8,7 +8,7 @@ import (
"strings"
"time"
- "github.com/lunny/xorm"
+ "github.com/go-xorm/xorm"
)
// Access types.
diff --git a/models/models.go b/models/models.go
index 6c323684..1eb418ba 100644
--- a/models/models.go
+++ b/models/models.go
@@ -11,9 +11,9 @@ import (
"strings"
_ "github.com/go-sql-driver/mysql"
+ "github.com/go-xorm/xorm"
_ "github.com/gogits/cache"
_ "github.com/lib/pq"
- "github.com/lunny/xorm"
"github.com/gogits/gogs/modules/base"
)