This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix import path
tags/v1.2.0-rc1
Unknown
11 years ago
parent
f8571f4db1
commit
49c01c0b57
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/access.go
+1
-1
models/models.go
+1
-1
routers/install.go
+ 1
- 1
models/access.go
View File
@@ -8,7 +8,7 @@ import (
"strings"
"time"
"github.com/
lunny
/xorm"
"github.com/
go-xorm
/xorm"
)
// Access types.
+ 1
- 1
models/models.go
View File
@@ -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"
)
+ 1
- 1
routers/install.go
View File
@@ -12,7 +12,7 @@ import (
"github.com/Unknwon/goconfig"
"github.com/go-martini/martini"
"github.com/
lunny
/xorm"
"github.com/
go-xorm
/xorm"
qlog "github.com/qiniu/log"
"github.com/gogits/gogs/models"
Write
Preview
Loading…
Cancel
Save