mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Pull in drone-go
This commit is contained in:
parent
bab312f2b2
commit
09e3fce3bd
15 changed files with 9 additions and 21 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
12
vendor/vendor.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue