This commit is contained in:
kolaente 2017-12-19 19:14:26 +01:00 committed by Konrad
parent 8354f2be75
commit 69769ec6fd
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
package models
import (
"time"
"code.gitea.io/gitea/modules/setting"
"time"
)
// IssueDependency represents an issue dependency

View File

@ -5,10 +5,10 @@
package migrations
import (
"fmt"
"time"
"code.gitea.io/gitea/modules/setting"
"fmt"
"github.com/go-xorm/xorm"
"time"
)
func addIssueDependencies(x *xorm.Engine) (err error) {