From a3f15320877fc5e4c89b3cd0670be09ffcb936d4 Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Wed, 24 Feb 2021 18:32:49 +0000 Subject: [PATCH] [GO] use latest available oauth2 version (#8764) * [GO] use latest available oauth2 version * update samples Co-authored-by: William Cheng --- go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod.mustache b/go.mod.mustache index 21fcfdeb96e..97fceb03a92 100644 --- a/go.mod.mustache +++ b/go.mod.mustache @@ -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}}