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

Commit 90a2cd2

Browse files
committed
Bug 1285197 - relocate github.com/taskcluster/taskcluster-client-go/tcclient to github.com/taskcluster/taskcluster-client-go
1 parent 3e26388 commit 90a2cd2

4 files changed

+4
-4
lines changed

authorization_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/cenkalti/backoff"
1616
"github.com/taskcluster/httpbackoff"
1717
"github.com/taskcluster/slugid-go/slugid"
18-
"github.com/taskcluster/taskcluster-client-go/tcclient"
18+
tcclient "github.com/taskcluster/taskcluster-client-go"
1919
)
2020

2121
var (

credentials_update_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"net/http/httptest"
99
"testing"
1010

11-
"github.com/taskcluster/taskcluster-client-go/tcclient"
11+
tcclient "github.com/taskcluster/taskcluster-client-go"
1212
)
1313

1414
type RoutesTest struct {

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strconv"
99

1010
docopt "github.com/docopt/docopt-go"
11+
tcclient "github.com/taskcluster/taskcluster-client-go"
1112
"github.com/taskcluster/taskcluster-client-go/queue"
12-
"github.com/taskcluster/taskcluster-client-go/tcclient"
1313
)
1414

1515
var version = "Taskcluster proxy 3.0.8"

routes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"time"
1212

1313
"github.com/taskcluster/httpbackoff"
14-
"github.com/taskcluster/taskcluster-client-go/tcclient"
14+
tcclient "github.com/taskcluster/taskcluster-client-go"
1515
tc "github.com/taskcluster/taskcluster-proxy/taskcluster"
1616
)
1717

0 commit comments

Comments
 (0)