Pull in drone-go

This commit is contained in:
Laszlo Fogas 2019-07-09 10:44:21 +02:00
parent bab312f2b2
commit 09e3fce3bd
15 changed files with 9 additions and 21 deletions

View file

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

View file

@ -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.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

12
vendor/vendor.json vendored
View file

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