Separate core imports from external ones
This commit is contained in:
parent
7dbeb6f42e
commit
a24f584336
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ package server
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
"github.com/drone/drone/model"
|
||||
|
|
Loading…
Reference in a new issue