replace x/net/context by standard package

This commit is contained in:
Antoine GIRARD
2018-10-27 14:38:16 +02:00
parent 9dcd33a902
commit 5b36321dcc
16 changed files with 21 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
package google
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
@@ -14,7 +15,6 @@ import (
"runtime"
"cloud.google.com/go/compute/metadata"
"golang.org/x/net/context"
"golang.org/x/oauth2"
)