fix import

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-05-03 10:21:01 +08:00
parent fefbf9f06b
commit 1417948d3d
No known key found for this signature in database
GPG key ID: 0F84B2110C500B1F
3 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,6 @@ import (
"github.com/drone/drone/model"
"github.com/drone/drone/remote/gitea/fixtures"
"github.com/franela/goblin"
"github.com/gin-gonic/gin"
)

View file

@ -8,9 +8,8 @@ import (
"strings"
"time"
"github.com/drone/drone/model"
"code.gitea.io/sdk/gitea"
"github.com/drone/drone/model"
)
// helper function that converts a Gitea repository to a Drone repository.

View file

@ -4,10 +4,9 @@ import (
"bytes"
"testing"
"code.gitea.io/sdk/gitea"
"github.com/drone/drone/model"
"github.com/drone/drone/remote/gitea/fixtures"
"code.gitea.io/sdk/gitea"
"github.com/franela/goblin"
)