Moved httputil and sshutil Packages

This commit is contained in:
Brad Rydzewski 2014-06-12 15:28:05 -07:00
parent e2c7878efb
commit 8eaf9957a6
6 changed files with 5 additions and 5 deletions

View file

@ -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"
)

View file

@ -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"
)

View file

@ -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"
)

View file

@ -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"
)