aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub/state/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-hub/state/state.go')
-rw-r--r--syz-hub/state/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-hub/state/state.go b/syz-hub/state/state.go
index fa8ea081e..6564050ac 100644
--- a/syz-hub/state/state.go
+++ b/syz-hub/state/state.go
@@ -13,8 +13,8 @@ import (
"time"
"github.com/google/syzkaller/db"
- "github.com/google/syzkaller/hash"
. "github.com/google/syzkaller/log"
+ "github.com/google/syzkaller/pkg/hash"
"github.com/google/syzkaller/prog"
)