Moved httputil and sshutil Packages
This commit is contained in:
parent
e2c7878efb
commit
8eaf9957a6
6 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"time"
|
||||
|
||||
"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/oauth1"
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"time"
|
||||
|
||||
"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/oauth2"
|
||||
)
|
||||
|
|
|
@ -10,8 +10,8 @@ import (
|
|||
"github.com/drone/drone/server/resource/perm"
|
||||
"github.com/drone/drone/server/resource/repo"
|
||||
"github.com/drone/drone/server/session"
|
||||
"github.com/drone/drone/shared/util/httputil"
|
||||
"github.com/drone/drone/shared/util/sshutil"
|
||||
"github.com/drone/drone/shared/httputil"
|
||||
"github.com/drone/drone/shared/sshutil"
|
||||
"github.com/gorilla/pat"
|
||||
)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/drone/drone/server/resource/repo"
|
||||
"github.com/drone/drone/server/resource/user"
|
||||
"github.com/drone/drone/server/session"
|
||||
"github.com/drone/drone/shared/util/httputil"
|
||||
"github.com/drone/drone/shared/httputil"
|
||||
"github.com/gorilla/pat"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue