From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- dashboard/app/graphs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/graphs.go') diff --git a/dashboard/app/graphs.go b/dashboard/app/graphs.go index 7c023ca89..af453f474 100644 --- a/dashboard/app/graphs.go +++ b/dashboard/app/graphs.go @@ -12,7 +12,7 @@ import ( "strconv" "time" - "golang.org/x/net/context" + "context" db "google.golang.org/appengine/v2/datastore" ) -- cgit mrf-deployment