Index: client/isolatedclient/isolatedclient.go |
diff --git a/client/isolatedclient/isolatedclient.go b/client/isolatedclient/isolatedclient.go |
index 4db422173cb991ba591f1eb8fe352ce4f450442b..6060b6e6049c3914bf01b8b15a1aa02d1267da0d 100644 |
--- a/client/isolatedclient/isolatedclient.go |
+++ b/client/isolatedclient/isolatedclient.go |
@@ -12,10 +12,10 @@ import ( |
"strconv" |
"strings" |
- "github.com/luci/luci-go/client/internal/lhttp" |
- "github.com/luci/luci-go/client/internal/retry" |
"github.com/luci/luci-go/client/internal/tracer" |
"github.com/luci/luci-go/common/isolated" |
+ "github.com/luci/luci-go/common/lhttp" |
+ "github.com/luci/luci-go/common/retry" |
) |
// IsolateServer is the low-level client interface to interact with an Isolate |