1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-04 18:21:06 +02:00

Separate core imports from external ones

This commit is contained in:
Sandro Santilli 2016-07-12 13:51:25 +02:00
parent 7dbeb6f42e
commit a24f584336

View File

@ -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"