Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix go modules import issues #524

Closed
wants to merge 1 commit into from
Closed

Commits on May 29, 2020

  1. Fix go modules import issues

    - Remove all nested go.mod and go.sum files.
    - Add single top level go.mod and go.sum files with module import path
      "github.com/Azure/go-autorest/v15"
    - Replace all internal import "github.com/Azure/go-autorest/..." paths
      with "github.com/Azure/go-autorest/v15..."
    - Run `go test && go mod tidy`
    AdamSLevy committed May 29, 2020
    Configuration menu
    Copy the full SHA
    02358fc View commit details
    Browse the repository at this point in the history