aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/main.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-26 12:19:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-26 11:42:18 +0000
commitcfe9478196eef8736a3c0bb2eccda826263420ea (patch)
treec8a86f8e19cb1903d7a821ccc03c0dd697c248ad /dashboard/app/main.go
parentb599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff)
all: go fix everything
Diffstat (limited to 'dashboard/app/main.go')
-rw-r--r--dashboard/app/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go
index 6e8b34b19..fdf86fb86 100644
--- a/dashboard/app/main.go
+++ b/dashboard/app/main.go
@@ -19,6 +19,7 @@ import (
"cloud.google.com/go/logging"
"cloud.google.com/go/logging/logadmin"
+ "context"
"github.com/google/syzkaller/dashboard/dashapi"
"github.com/google/syzkaller/pkg/debugtracer"
"github.com/google/syzkaller/pkg/email"
@@ -26,7 +27,6 @@ import (
"github.com/google/syzkaller/pkg/html"
"github.com/google/syzkaller/pkg/subsystem"
"github.com/google/syzkaller/pkg/vcs"
- "golang.org/x/net/context"
"golang.org/x/sync/errgroup"
"google.golang.org/api/iterator"
"google.golang.org/appengine/v2"