aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-26 12:25:53 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-26 11:42:18 +0000
commit45832ea5223b57cba6e12d8390e82b0148780763 (patch)
tree5eb9a6dcc5a8d1d770eee734be68b9dfa4bc95cc /pkg
parentcfe9478196eef8736a3c0bb2eccda826263420ea (diff)
all: fix up context import after go fix
Diffstat (limited to 'pkg')
-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 9bbdaa7b3..792a3fb49 100644
--- a/pkg/gce/gce.go
+++ b/pkg/gce/gce.go
@@ -12,6 +12,7 @@
package gce
import (
+ "context"
"errors"
"fmt"
"io"
@@ -21,7 +22,6 @@ import (
"strings"
"time"
- "context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"google.golang.org/api/compute/v1"