Project is renamed to Woodpecker

This commit is contained in:
Laszlo Fogas
2019-08-27 13:01:29 +02:00
parent 7d43fa2c66
commit 630c383181
189 changed files with 431 additions and 431 deletions

View File

@@ -24,11 +24,11 @@ import (
"github.com/gin-gonic/gin"
"github.com/gorilla/securecookie"
"github.com/laszlocph/drone-oss-08/model"
"github.com/laszlocph/drone-oss-08/remote"
"github.com/laszlocph/drone-oss-08/router/middleware/session"
"github.com/laszlocph/drone-oss-08/shared/token"
"github.com/laszlocph/drone-oss-08/store"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote"
"github.com/laszlocph/woodpecker/router/middleware/session"
"github.com/laszlocph/woodpecker/shared/token"
"github.com/laszlocph/woodpecker/store"
)
func GetSelf(c *gin.Context) {