Skip to content

Commit

Permalink
Merge pull request #22525 from hashicorp/vendor-autorest-replace-removal
Browse files Browse the repository at this point in the history
go.mod: Remove unnecessary replace directive for autorest
  • Loading branch information
radeksimko authored Aug 20, 2019
2 parents e68fe72 + 4d3385b commit 723fef6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 723fef6

Please sign in to comment.