aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub
diff options
context:
space:
mode:
Diffstat (limited to 'syz-hub')
-rw-r--r--syz-hub/http.go2
-rw-r--r--syz-hub/hub.go2
-rw-r--r--syz-hub/state/state.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/syz-hub/http.go b/syz-hub/http.go
index b2fb0c12e..1dde8e98f 100644
--- a/syz-hub/http.go
+++ b/syz-hub/http.go
@@ -11,7 +11,7 @@ import (
"sort"
"strings"
- . "github.com/google/syzkaller/log"
+ . "github.com/google/syzkaller/pkg/log"
)
func (hub *Hub) initHttp(addr string) {
diff --git a/syz-hub/hub.go b/syz-hub/hub.go
index 74a8740d9..1c237ddac 100644
--- a/syz-hub/hub.go
+++ b/syz-hub/hub.go
@@ -10,7 +10,7 @@ import (
"io/ioutil"
"sync"
- . "github.com/google/syzkaller/log"
+ . "github.com/google/syzkaller/pkg/log"
. "github.com/google/syzkaller/rpctype"
"github.com/google/syzkaller/syz-hub/state"
)
diff --git a/syz-hub/state/state.go b/syz-hub/state/state.go
index 6564050ac..90f294ac3 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/log"
"github.com/google/syzkaller/pkg/hash"
+ . "github.com/google/syzkaller/pkg/log"
"github.com/google/syzkaller/prog"
)