go.mod: Remove unnecessary replace directive for autorest

This commit is contained in:
Radek Simko 2019-08-20 10:50:03 +01:00
parent e68fe72cdf
commit 4d3385b348
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7
1 changed files with 0 additions and 3 deletions

3
go.mod
View File

@ -4,7 +4,6 @@ require (
cloud.google.com/go v0.36.0
github.com/Azure/azure-sdk-for-go v32.5.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.0
github.com/Azure/go-autorest/autorest/adal v0.6.0
github.com/Unknwon/com v0.0.0-20151008135407-28b053d5a292 // indirect
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af // indirect
github.com/agext/levenshtein v1.2.2
@ -125,5 +124,3 @@ require (
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.3.0+incompatible