Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from taskcluster/bug1285197
Browse files Browse the repository at this point in the history
Bug 1285197 - fix go get warning for taskcluster-client-go
  • Loading branch information
jhford authored Jul 7, 2016
2 parents 3e26388 + 90a2cd2 commit 100c711
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion authorization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/cenkalti/backoff"
"github.com/taskcluster/httpbackoff"
"github.com/taskcluster/slugid-go/slugid"
"github.com/taskcluster/taskcluster-client-go/tcclient"
tcclient "github.com/taskcluster/taskcluster-client-go"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion credentials_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http/httptest"
"testing"

"github.com/taskcluster/taskcluster-client-go/tcclient"
tcclient "github.com/taskcluster/taskcluster-client-go"
)

type RoutesTest struct {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"strconv"

docopt "github.com/docopt/docopt-go"
tcclient "github.com/taskcluster/taskcluster-client-go"
"github.com/taskcluster/taskcluster-client-go/queue"
"github.com/taskcluster/taskcluster-client-go/tcclient"
)

var version = "Taskcluster proxy 3.0.8"
Expand Down
2 changes: 1 addition & 1 deletion routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/taskcluster/httpbackoff"
"github.com/taskcluster/taskcluster-client-go/tcclient"
tcclient "github.com/taskcluster/taskcluster-client-go"
tc "github.com/taskcluster/taskcluster-proxy/taskcluster"
)

Expand Down

0 comments on commit 100c711

Please sign in to comment.