aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/reporting.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/reporting.go
parentb599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff)
all: go fix everything
Diffstat (limited to 'dashboard/app/reporting.go')
-rw-r--r--dashboard/app/reporting.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go
index ccb7fa1ea..51cffc13f 100644
--- a/dashboard/app/reporting.go
+++ b/dashboard/app/reporting.go
@@ -13,11 +13,11 @@ import (
"strings"
"time"
+ "context"
"github.com/google/syzkaller/dashboard/dashapi"
"github.com/google/syzkaller/pkg/email"
"github.com/google/syzkaller/pkg/html"
"github.com/google/syzkaller/sys/targets"
- "golang.org/x/net/context"
db "google.golang.org/appengine/v2/datastore"
"google.golang.org/appengine/v2/log"
)