Skip to content

Commit

Permalink
[GO] use latest available oauth2 version (#8764)
Browse files Browse the repository at this point in the history
* [GO] use latest available oauth2 version

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
  • Loading branch information
acabarbaye and wing328 authored Feb 24, 2021
1 parent 685f2ae commit a3f1532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}
go 1.13

require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
{{#withAWSV4Signature}}
github.com/aws/aws-sdk-go v1.34.14
{{/withAWSV4Signature}}
Expand Down

0 comments on commit a3f1532

Please sign in to comment.