diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:19:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | cfe9478196eef8736a3c0bb2eccda826263420ea (patch) | |
| tree | c8a86f8e19cb1903d7a821ccc03c0dd697c248ad /dashboard/app/api.go | |
| parent | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff) | |
all: go fix everything
Diffstat (limited to 'dashboard/app/api.go')
| -rw-r--r-- | dashboard/app/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/api.go b/dashboard/app/api.go index 114213426..64db7aa28 100644 --- a/dashboard/app/api.go +++ b/dashboard/app/api.go @@ -19,6 +19,7 @@ import ( "time" "unicode/utf8" + "context" "github.com/google/syzkaller/dashboard/dashapi" "github.com/google/syzkaller/pkg/asset" "github.com/google/syzkaller/pkg/auth" @@ -27,7 +28,6 @@ import ( "github.com/google/syzkaller/pkg/hash" "github.com/google/syzkaller/pkg/subsystem" "github.com/google/syzkaller/sys/targets" - "golang.org/x/net/context" "google.golang.org/appengine/v2" db "google.golang.org/appengine/v2/datastore" "google.golang.org/appengine/v2/log" |
