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

Switch to Go modules. #94

Merged
merged 2 commits into from
Oct 29, 2018
Merged

Commits on Oct 29, 2018

  1. Switch to Go modules.

    We keep the vendor folder but repopulate it through Go modules.
    
    Also bump minimum required Go version to 1.11 for dependency management
    reasons.
    timoreimann committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    ddbf87b View commit details
    Browse the repository at this point in the history
  2. Run 'go mod tidy'.

    timoreimann committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    c61866a View commit details
    Browse the repository at this point in the history