Merge pull request #39 from jun06t/context
Use standard context package
This commit is contained in:
@@ -16,7 +16,6 @@ Current API Documents:
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
```
|
```
|
||||||
go get golang.org/x/net/context
|
|
||||||
go get golang.org/x/oauth2
|
go get golang.org/x/oauth2
|
||||||
go get golang.org/x/oauth2/google
|
go get golang.org/x/oauth2/google
|
||||||
go get google.golang.org/api/androidpublisher/v2
|
go get google.golang.org/api/androidpublisher/v2
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
package playstore
|
package playstore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"crypto"
|
"crypto"
|
||||||
"crypto/rsa"
|
"crypto/rsa"
|
||||||
"crypto/sha1"
|
"crypto/sha1"
|
||||||
@@ -10,7 +11,6 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"golang.org/x/net/context"
|
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
"golang.org/x/oauth2/google"
|
"golang.org/x/oauth2/google"
|
||||||
androidpublisher "google.golang.org/api/androidpublisher/v2"
|
androidpublisher "google.golang.org/api/androidpublisher/v2"
|
||||||
|
|||||||
Reference in New Issue
Block a user