diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:25:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | 45832ea5223b57cba6e12d8390e82b0148780763 (patch) | |
| tree | 5eb9a6dcc5a8d1d770eee734be68b9dfa4bc95cc /pkg | |
| parent | cfe9478196eef8736a3c0bb2eccda826263420ea (diff) | |
all: fix up context import after go fix
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/gce/gce.go | 2 |
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" |
