aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-06-08 08:25:57 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-08 12:55:41 +0000
commitcb0b98b2631dbada80e83478143b192cdf2f4bb0 (patch)
tree9ad4f44f0c14247963333d956b0900281dc3e829
parent88a32efa75cbc0fc6f84bc7a0522a94166a2ab13 (diff)
Update gen_tasks.go to use unforked glog
Required after https://skia-review.googlesource.com/130562 Bug: skia: Change-Id: I6409622b5124422906e7acfae96acab46305e1f7 Reviewed-on: https://skia-review.googlesource.com/133042 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
-rw-r--r--infra/bots/gen_tasks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 27278dced2..787e5375fc 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -23,7 +23,7 @@ import (
"strings"
"time"
- "github.com/skia-dev/glog"
+ "github.com/golang/glog"
"go.skia.org/infra/go/sklog"
"go.skia.org/infra/go/util"
"go.skia.org/infra/task_scheduler/go/specs"