Closed kevinpollet closed 4 years ago
This PR removes the unused github.com/Azure/go-autorest dependency.
github.com/Azure/go-autorest
You can check that the dependency is not required anymore with go mod why -m github.com/Azure/go-autorest
go mod why -m github.com/Azure/go-autorest
What does this PR do?
This PR removes the unused
github.com/Azure/go-autorest
dependency.How to test it
Additional Notes
You can check that the dependency is not required anymore with
go mod why -m github.com/Azure/go-autorest