mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 01:23:49 +00:00
Project is renamed to Woodpecker
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user