This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/cenkalti/backoff"
16
16
"github.com/taskcluster/httpbackoff"
17
17
"github.com/taskcluster/slugid-go/slugid"
18
- "github.com/taskcluster/taskcluster-client-go/tcclient "
18
+ tcclient "github.com/taskcluster/taskcluster-client-go"
19
19
)
20
20
21
21
var (
Original file line number Diff line number Diff line change 8
8
"net/http/httptest"
9
9
"testing"
10
10
11
- "github.com/taskcluster/taskcluster-client-go/tcclient "
11
+ tcclient "github.com/taskcluster/taskcluster-client-go"
12
12
)
13
13
14
14
type RoutesTest struct {
Original file line number Diff line number Diff line change 8
8
"strconv"
9
9
10
10
docopt "github.com/docopt/docopt-go"
11
+ tcclient "github.com/taskcluster/taskcluster-client-go"
11
12
"github.com/taskcluster/taskcluster-client-go/queue"
12
- "github.com/taskcluster/taskcluster-client-go/tcclient"
13
13
)
14
14
15
15
var version = "Taskcluster proxy 3.0.8"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"time"
12
12
13
13
"github.com/taskcluster/httpbackoff"
14
- "github.com/taskcluster/taskcluster-client-go/tcclient "
14
+ tcclient "github.com/taskcluster/taskcluster-client-go"
15
15
tc "github.com/taskcluster/taskcluster-proxy/taskcluster"
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments