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,12 +5,12 @@
package google_test
import (
"context"
"fmt"
"io/ioutil"
"log"
"net/http"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"golang.org/x/oauth2/jwt"