diff --git a/cli/drone/deploy/deploy.go b/cli/drone/deploy/deploy.go index c97a254bd..27bec18c1 100644 --- a/cli/drone/deploy/deploy.go +++ b/cli/drone/deploy/deploy.go @@ -7,7 +7,7 @@ import ( "strconv" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/internal/util.go b/cli/drone/internal/util.go index a25181d4d..8f9d8bba3 100644 --- a/cli/drone/internal/util.go +++ b/cli/drone/internal/util.go @@ -11,7 +11,7 @@ import ( "golang.org/x/net/proxy" "golang.org/x/oauth2" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" ) // NewClient returns a new client from the CLI context. diff --git a/cli/drone/registry/registry_add.go b/cli/drone/registry/registry_add.go index d83e1f317..0378432c0 100644 --- a/cli/drone/registry/registry_add.go +++ b/cli/drone/registry/registry_add.go @@ -5,7 +5,7 @@ import ( "strings" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/registry/registry_set.go b/cli/drone/registry/registry_set.go index 98a47846f..25ce312f7 100644 --- a/cli/drone/registry/registry_set.go +++ b/cli/drone/registry/registry_set.go @@ -5,7 +5,7 @@ import ( "strings" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/repo/repo_update.go b/cli/drone/repo/repo_update.go index 53f2253b5..d773d237c 100644 --- a/cli/drone/repo/repo_update.go +++ b/cli/drone/repo/repo_update.go @@ -5,7 +5,7 @@ import ( "time" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/secret/secret_add.go b/cli/drone/secret/secret_add.go index ee931e14a..20879135e 100644 --- a/cli/drone/secret/secret_add.go +++ b/cli/drone/secret/secret_add.go @@ -5,7 +5,7 @@ import ( "strings" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/secret/secret_set.go b/cli/drone/secret/secret_set.go index 656eb3ea8..080f2dfd6 100644 --- a/cli/drone/secret/secret_set.go +++ b/cli/drone/secret/secret_set.go @@ -5,7 +5,7 @@ import ( "strings" "github.com/laszlocph/drone-oss-08/cli/drone/internal" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" ) diff --git a/cli/drone/user/user_add.go b/cli/drone/user/user_add.go index 67c0fee28..836be8e7e 100644 --- a/cli/drone/user/user_add.go +++ b/cli/drone/user/user_add.go @@ -3,7 +3,7 @@ package user import ( "fmt" - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "github.com/urfave/cli" "github.com/laszlocph/drone-oss-08/cli/drone/internal" diff --git a/vendor/github.com/drone/drone-go/LICENSE b/drone-go/LICENSE similarity index 100% rename from vendor/github.com/drone/drone-go/LICENSE rename to drone-go/LICENSE diff --git a/vendor/github.com/drone/drone-go/README.md b/drone-go/README.md similarity index 92% rename from vendor/github.com/drone/drone-go/README.md rename to drone-go/README.md index 263ac2f7c..5975e458f 100644 --- a/vendor/github.com/drone/drone-go/README.md +++ b/drone-go/README.md @@ -2,7 +2,7 @@ ```Go import ( - "github.com/drone/drone-go/drone" + "github.com/laszlocph/drone-oss-08/drone-go/drone" "golang.org/x/oauth2" ) diff --git a/vendor/github.com/drone/drone-go/drone/client.go b/drone-go/drone/client.go similarity index 100% rename from vendor/github.com/drone/drone-go/drone/client.go rename to drone-go/drone/client.go diff --git a/vendor/github.com/drone/drone-go/drone/const.go b/drone-go/drone/const.go similarity index 100% rename from vendor/github.com/drone/drone-go/drone/const.go rename to drone-go/drone/const.go diff --git a/vendor/github.com/drone/drone-go/drone/interface.go b/drone-go/drone/interface.go similarity index 100% rename from vendor/github.com/drone/drone-go/drone/interface.go rename to drone-go/drone/interface.go diff --git a/vendor/github.com/drone/drone-go/drone/types.go b/drone-go/drone/types.go similarity index 100% rename from vendor/github.com/drone/drone-go/drone/types.go rename to drone-go/drone/types.go diff --git a/vendor/vendor.json b/vendor/vendor.json index 1c3124d98..05d79737e 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -271,18 +271,6 @@ "revision": "1c4bd4542afb20db0b51afd71d9ebceaf206e2dd", "revisionTime": "2017-02-10T18:43:46Z" }, - { - "checksumSHA1": "yfdQVdrwsfoEu9o+dCafeDA2tf4=", - "path": "github.com/drone/drone-go", - "revision": "7f20e6c113d3ffa2af80401c4eba7d510c8fd875", - "revisionTime": "2018-05-15T16:51:39Z" - }, - { - "checksumSHA1": "xp0TXa8YZe0ADl2YNY7e5N02FNs=", - "path": "github.com/drone/drone-go/drone", - "revision": "7f20e6c113d3ffa2af80401c4eba7d510c8fd875", - "revisionTime": "2018-05-15T16:51:39Z" - }, { "checksumSHA1": "oX91yMnimWNI17gVk7iQIE0p2pw=", "path": "github.com/drone/envsubst",