Renamed package

This commit is contained in:
Laszlo Fogas
2019-04-04 20:51:20 +02:00
parent 2fbaa56eee
commit ca5817ffc2
109 changed files with 245 additions and 245 deletions

View File

@@ -17,8 +17,8 @@ package server
import (
"net/http"
"github.com/drone/drone/model"
"github.com/drone/drone/router/middleware/session"
"github.com/laszlocph/drone-oss-08/model"
"github.com/laszlocph/drone-oss-08/router/middleware/session"
"github.com/gin-gonic/gin"
)