Skip to content

Commit

Permalink
try out the new connreset patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kahing committed Sep 5, 2019
1 parent dec4890 commit 434f1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/Azure/go-autorest
Submodule go-autorest updated 50 files
+35 −0 CHANGELOG.md
+54 −68 Gopkg.lock
+21 −44 Gopkg.toml
+0 −21 README.md
+4 −3 autorest/adal/go.mod
+13 −54 autorest/adal/go.sum
+24 −0 autorest/adal/go_mod_tidy_hack.go
+36 −1 autorest/adal/sender.go
+31 −15 autorest/adal/token.go
+5 −5 autorest/authorization.go
+148 −2 autorest/authorization_test.go
+3 −3 autorest/azure/auth/go.mod
+16 −135 autorest/azure/auth/go.sum
+24 −0 autorest/azure/auth/go_mod_tidy_hack.go
+3 −2 autorest/azure/cli/go.mod
+16 −131 autorest/azure/cli/go.sum
+24 −0 autorest/azure/cli/go_mod_tidy_hack.go
+1 −25 autorest/client.go
+5 −19 autorest/client_test.go
+2 −0 autorest/date/go.mod
+16 −0 autorest/date/go.sum
+24 −0 autorest/date/go_mod_tidy_hack.go
+2 −4 autorest/go.mod
+4 −71 autorest/go.sum
+2 −0 autorest/mocks/go.mod
+16 −0 autorest/mocks/go.sum
+24 −0 autorest/mocks/go_mod_tidy_hack.go
+27 −2 autorest/sender.go
+2 −0 autorest/to/go.mod
+17 −0 autorest/to/go.sum
+24 −0 autorest/to/go_mod_tidy_hack.go
+2 −5 autorest/utility.go
+0 −40 autorest/utility_test.go
+4 −1 autorest/validation/go.mod
+17 −0 autorest/validation/go.sum
+24 −0 autorest/validation/go_mod_tidy_hack.go
+1 −1 autorest/version.go
+22 −5 azure-pipelines.yml
+49 −0 internal/internal.go
+81 −0 internal/internal_test.go
+24 −0 internal/internal_unix.go
+22 −0 internal/internal_windows.go
+0 −6 tracing/go.mod
+0 −53 tracing/go.sum
+9 −0 tracing/opencensus/go.mod
+109 −0 tracing/opencensus/go.sum
+180 −0 tracing/opencensus/opencensus.go
+161 −0 tracing/opencensus/opencensus_test.go
+28 −156 tracing/tracing.go
+30 −114 tracing/tracing_test.go

0 comments on commit 434f1b0

Please sign in to comment.