aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-08-28 17:56:52 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-08-29 10:25:17 +0000
commit9bd464fceeaf3432dae1d1598586454ad21fb42a (patch)
tree543a3335622457d960a3c49a81689eef6fef8db2 /dashboard/dashapi
parent9af47e71683d14d38b3c253b65e26951a78cc620 (diff)
pkg/spanner/coveragedb: move package to pkg/coveragedb
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/dashapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 87b0b77a4..6396f5df7 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -19,7 +19,7 @@ import (
"cloud.google.com/go/civil"
"github.com/google/syzkaller/pkg/auth"
- "github.com/google/syzkaller/pkg/spanner/coveragedb"
+ "github.com/google/syzkaller/pkg/coveragedb"
)
type Dashboard struct {