From 434f1b0174aa23b1a90b68d3fa1d09b784d99921 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Wed, 4 Sep 2019 22:15:19 -0700 Subject: [PATCH] try out the new connreset patch refs https://github.com/Azure/go-autorest/pull/464 --- .gitmodules | 2 +- vendor/github.com/Azure/go-autorest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ff3fc66a..80c20f98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,7 +18,7 @@ url = https://github.com/kahing/fusego [submodule "vendor/github.com/Azure/go-autorest"] path = vendor/github.com/Azure/go-autorest - url = https://github.com/Azure/go-autorest/ + url = https://github.com/jhendrixMSFT/go-autorest.git [submodule "vendor/github.com/Azure/azure-pipeline-go"] path = vendor/github.com/Azure/azure-pipeline-go url = https://github.com/Azure/azure-pipeline-go/ diff --git a/vendor/github.com/Azure/go-autorest b/vendor/github.com/Azure/go-autorest index 9361dc46..5a31b97c 160000 --- a/vendor/github.com/Azure/go-autorest +++ b/vendor/github.com/Azure/go-autorest @@ -1 +1 @@ -Subproject commit 9361dc46b0c5bd2c9ecfbc680c0758eff8baf429 +Subproject commit 5a31b97c4c4e13a688fcebc66d4336d7d98252b1