1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-12-17 21:57:29 +02:00
This commit is contained in:
Brad Rydzewski
2014-09-08 23:57:48 -07:00
parent 9455dbab9f
commit 2cca926a06
4 changed files with 473 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
"strings"
"time"
"code.google.com/p/goauth2/oauth"
"github.com/drone/drone/plugin/remote/github/oauth"
"github.com/drone/drone/shared/httputil"
"github.com/drone/drone/shared/model"
"github.com/drone/go-github/github"