updated vendor files and paths

This commit is contained in:
Brad Rydzewski
2015-09-29 18:21:17 -07:00
parent 155576fb03
commit dfea14c7e5
719 changed files with 128749 additions and 34774 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
"time"
"github.com/drone/drone/Godeps/_workspace/src/github.com/google/go-querystring/query"
"github.com/google/go-querystring/query"
)
const (

View File

@@ -8,7 +8,7 @@ package github
import (
"fmt"
qs "github.com/drone/drone/Godeps/_workspace/src/github.com/google/go-querystring/query"
qs "github.com/google/go-querystring/query"
)
// SearchService provides access to the search related functions