Index: scheduler/appengine/acl/acl.go |
diff --git a/scheduler/appengine/acl/acl.go b/scheduler/appengine/acl/acl.go |
index 22e791e0026fa55b44a826ece41f9c7c3a7d5998..7435dce7065cd722fb9df67e5e3656cfb517c76b 100644 |
--- a/scheduler/appengine/acl/acl.go |
+++ b/scheduler/appengine/acl/acl.go |
@@ -20,13 +20,14 @@ import ( |
"sort" |
"strings" |
+ "golang.org/x/net/context" |
+ |
"github.com/luci/luci-go/common/data/stringset" |
"github.com/luci/luci-go/common/errors" |
"github.com/luci/luci-go/common/retry/transient" |
"github.com/luci/luci-go/scheduler/appengine/messages" |
"github.com/luci/luci-go/server/auth" |
"github.com/luci/luci-go/server/auth/identity" |
- "golang.org/x/net/context" |
) |
// GrantsByRole can answer questions who can READ and who OWNS the task. |