diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:19:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | cfe9478196eef8736a3c0bb2eccda826263420ea (patch) | |
| tree | c8a86f8e19cb1903d7a821ccc03c0dd697c248ad /pkg/gce | |
| parent | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff) | |
all: go fix everything
Diffstat (limited to 'pkg/gce')
| -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 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" |
