aboutsummaryrefslogtreecommitdiffstats
path: root/vm/gce
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-01 19:07:36 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-03 10:41:09 +0200
commita6bed217317a6de45a3bb0ca039c3aeae09075a3 (patch)
treed262571d656a3a87c907504b5091a6b1557942ed /vm/gce
parentea2295f3e29c59b4493e98aaafc28f9083d5e570 (diff)
pkg/gce: move from gce
Diffstat (limited to 'vm/gce')
-rw-r--r--vm/gce/gce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go
index dff6963ca..f95967c29 100644
--- a/vm/gce/gce.go
+++ b/vm/gce/gce.go
@@ -20,7 +20,7 @@ import (
"sync"
"time"
- "github.com/google/syzkaller/gce"
+ "github.com/google/syzkaller/pkg/gce"
. "github.com/google/syzkaller/pkg/log"
"github.com/google/syzkaller/vm"
)