forked from forgejo/forgejo
Replace uuid module with original package
This commit is contained in:
parent
926e75d721
commit
ac78bae7b5
11 changed files with 12 additions and 912 deletions
|
@ -16,12 +16,12 @@ import (
|
|||
|
||||
"github.com/Unknwon/com"
|
||||
"github.com/go-xorm/xorm"
|
||||
gouuid "github.com/satori/go.uuid"
|
||||
"gopkg.in/ini.v1"
|
||||
|
||||
"github.com/gogits/gogs/modules/base"
|
||||
"github.com/gogits/gogs/modules/log"
|
||||
"github.com/gogits/gogs/modules/setting"
|
||||
gouuid "github.com/gogits/gogs/modules/uuid"
|
||||
)
|
||||
|
||||
const _MIN_DB_VER = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue