[GO] use latest available oauth2 version (#8764)

* [GO] use latest available oauth2 version

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
Adrien CABARBAYE 2021-02-24 18:32:49 +00:00 committed by GitHub
parent f9b1f98d21
commit a31dba5b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}
go 1.13 go 1.13
require ( require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
{{#withAWSV4Signature}} {{#withAWSV4Signature}}
github.com/aws/aws-sdk-go v1.34.14 github.com/aws/aws-sdk-go v1.34.14
{{/withAWSV4Signature}} {{/withAWSV4Signature}}

View File

@ -3,5 +3,5 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.13 go 1.13
require ( require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
) )

View File

@ -3,5 +3,5 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.13 go 1.13
require ( require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
) )

View File

@ -3,5 +3,5 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.13 go 1.13
require ( require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
) )