| Index: client/swarming/swarming.go
|
| diff --git a/client/swarming/swarming.go b/client/swarming/swarming.go
|
| index 51da7acecb7914e599ec3cbec41b25a5ef019f4e..153907c9ec1e706aec1de3fd74676ff4e5a082a7 100644
|
| --- a/client/swarming/swarming.go
|
| +++ b/client/swarming/swarming.go
|
| @@ -10,8 +10,8 @@ import (
|
| "strings"
|
| "time"
|
|
|
| - "github.com/luci/luci-go/client/internal/lhttp"
|
| - "github.com/luci/luci-go/client/internal/retry"
|
| + "github.com/luci/luci-go/common/lhttp"
|
| + "github.com/luci/luci-go/common/retry"
|
| )
|
|
|
| // TaskID is a unique reference to a Swarming task.
|
|
|