aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/gce
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gce')
-rw-r--r--pkg/gce/gce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gce/gce.go b/pkg/gce/gce.go
index 0072bd21f..9bbdaa7b3 100644
--- a/pkg/gce/gce.go
+++ b/pkg/gce/gce.go
@@ -21,7 +21,7 @@ import (
"strings"
"time"
- "golang.org/x/net/context"
+ "context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"google.golang.org/api/compute/v1"