mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 14:55:58 +00:00
Moved httputil and sshutil Packages
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/drone/drone/plugin/remote"
|
"github.com/drone/drone/plugin/remote"
|
||||||
"github.com/drone/drone/shared/util/httputil"
|
"github.com/drone/drone/shared/httputil"
|
||||||
"github.com/drone/go-bitbucket/bitbucket"
|
"github.com/drone/go-bitbucket/bitbucket"
|
||||||
"github.com/drone/go-bitbucket/oauth1"
|
"github.com/drone/go-bitbucket/oauth1"
|
||||||
)
|
)
|
||||||
|
@@ -9,7 +9,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/drone/drone/plugin/remote"
|
"github.com/drone/drone/plugin/remote"
|
||||||
"github.com/drone/drone/shared/util/httputil"
|
"github.com/drone/drone/shared/httputil"
|
||||||
"github.com/drone/go-github/github"
|
"github.com/drone/go-github/github"
|
||||||
"github.com/drone/go-github/oauth2"
|
"github.com/drone/go-github/oauth2"
|
||||||
)
|
)
|
||||||
|
@@ -10,8 +10,8 @@ import (
|
|||||||
"github.com/drone/drone/server/resource/perm"
|
"github.com/drone/drone/server/resource/perm"
|
||||||
"github.com/drone/drone/server/resource/repo"
|
"github.com/drone/drone/server/resource/repo"
|
||||||
"github.com/drone/drone/server/session"
|
"github.com/drone/drone/server/session"
|
||||||
"github.com/drone/drone/shared/util/httputil"
|
"github.com/drone/drone/shared/httputil"
|
||||||
"github.com/drone/drone/shared/util/sshutil"
|
"github.com/drone/drone/shared/sshutil"
|
||||||
"github.com/gorilla/pat"
|
"github.com/gorilla/pat"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/drone/drone/server/resource/repo"
|
"github.com/drone/drone/server/resource/repo"
|
||||||
"github.com/drone/drone/server/resource/user"
|
"github.com/drone/drone/server/resource/user"
|
||||||
"github.com/drone/drone/server/session"
|
"github.com/drone/drone/server/session"
|
||||||
"github.com/drone/drone/shared/util/httputil"
|
"github.com/drone/drone/shared/httputil"
|
||||||
"github.com/gorilla/pat"
|
"github.com/gorilla/pat"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user