From 45832ea5223b57cba6e12d8390e82b0148780763 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:25:53 +0200 Subject: all: fix up context import after go fix --- pkg/gce/gce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gce') 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" -- cgit mrf-deployment