From d1032c21a09c38fed45c34ffe9b7681139b8f812 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Jun 2017 18:48:35 +0200 Subject: pkg/hash: move from hash --- tools/syz-db/syz-db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syz-db/syz-db.go b/tools/syz-db/syz-db.go index d11e73102..e2d4ecb07 100644 --- a/tools/syz-db/syz-db.go +++ b/tools/syz-db/syz-db.go @@ -12,7 +12,7 @@ import ( "strings" "github.com/google/syzkaller/db" - "github.com/google/syzkaller/hash" + "github.com/google/syzkaller/pkg/hash" ) func main() { -- cgit mrf-deployment