mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
moving remote pkg per new multi-binary structure
This commit is contained in:
2
drone.go
2
drone.go
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
"github.com/drone/drone/remote/github"
|
||||
"github.com/drone/drone/pkg/remote/github"
|
||||
"github.com/drone/drone/server"
|
||||
"github.com/drone/drone/server/session"
|
||||
"github.com/drone/drone/settings"
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
"github.com/drone/drone/common"
|
||||
"github.com/drone/drone/pkg/bus"
|
||||
"github.com/drone/drone/pkg/remote"
|
||||
"github.com/drone/drone/pkg/store"
|
||||
"github.com/drone/drone/remote"
|
||||
)
|
||||
|
||||
type Updater interface {
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/drone/drone/common"
|
||||
"github.com/drone/drone/common/httputil"
|
||||
"github.com/drone/drone/common/sshutil"
|
||||
"github.com/drone/drone/remote"
|
||||
"github.com/drone/drone/pkg/remote"
|
||||
)
|
||||
|
||||
// repoResp is a data structure used for sending
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"github.com/drone/drone/common"
|
||||
"github.com/drone/drone/pkg/bus"
|
||||
"github.com/drone/drone/pkg/queue"
|
||||
"github.com/drone/drone/pkg/remote"
|
||||
"github.com/drone/drone/pkg/store"
|
||||
"github.com/drone/drone/remote"
|
||||
"github.com/drone/drone/runner"
|
||||
"github.com/drone/drone/server/session"
|
||||
"github.com/drone/drone/settings"
|
||||
|
||||
Reference in New Issue
Block a user